This project presents a simple threshold based fall detection algorithm using accelerometer readings..
Fall-detection-in-Android is hosted in the following web site
https://github.com/BharadwajS/Fall-detection-in-Android
If you think the Android project Fall-detection-in-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Fall-detection-in-Android.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 10 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Raw File Names | res\raw\fall.wav res\raw\inhand.wav res\raw\lying.wav res\raw\sitting.wav res\raw\standing.wav res\raw\walking.wav |
There are 1 image files in Fall-detection-in-Android. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
Fall-detection-in-Android has the following Java source files.
com.example.sensefall.DisplayMessageActivity.java com.example.sensefall.MainActivity.java com.example.sensefall.ReadAccelData.java