Search code examples
androidandroid-sensors

Android motion detection


I want to detect motion with Android sensors. For example I hold only bottom of phone and move top of phone to up. I think I need sampling algorithms. I can write a simple application to record data of sensors . For comparing real time data and recorded data ,Is there any libary ? I have suspicious about performace problems if I would make it. Is there a different path for detetion movements ?


Solution

  • These links will help you to start..
    http://developer.android.com/guide/topics/sensors/sensors_motion.html
    http://code.google.com/p/android-motion-detection/
    http://www.helloandroid.com/tutorials/android-image-processing-detecting-motions