DroidFlow - Réalisation d'un accéléromètre virtuel android
  • il y a 14 ans
Le but du projet Droid Flow est de créer un accéléromètre virtuel sur un téléphone mobile sous Google Android et ce, grâce à sa caméra. Nous avons donc développé un service et quelques applications dédiées qui l’utiliserait.

Ce service récupère les données relatives à l’accélération grâce à la bibliothèque OpenCV et tournera en tâche de fond afin de pouvoir délivrer toute donnée liée à l’accélération du téléphone, pouvant intéresser les applications environnantes. D’autres applications pourront être développées sur l’utilisation de ce service.

Les 2 applications qui ont été développées pour fonctionner sur ce service :
- Le Droid Flow Monitor qui permet entre autres d’affiche le vecteur vitesse moyen des images affichées à l’écran.
- L’application Star Wars qui est donc un jeu simple se servant de l’accélération sur 2 axes du téléphone.

English:
The Droid Flow project goal is to create a virtual accelerometer sensor on the mobile phone under Google Android OS thanks to the phone’s camera. We have developed a service and some dedicated apps using it.

This service fetches acceleration-related data thanks to OpenCV library. It is running in the background so that it can deliver any acceleration-related data to any surrounding application. Other apps can be develop on the use of this service.

Two applications have been developed to work on this service:
- The Droid Flow Monitor which can display the mean velocity vector on the camera view itself.
- The Star Wars app which is a simple game which uses the phone 2-axis acceleration.
Recommandée