-
Notifications
You must be signed in to change notification settings - Fork 0
Feature: User fall detection
Den edited this page Dec 3, 2019
·
19 revisions
The user fall detection feature is designed to track current user three-dimensional position to determine user fall and additional help is required.
The methods which can be used to detect user fall are listed below.
Sensor | Advantages | Disadvantages | Details |
---|---|---|---|
phone accelerometer |
|
|
override onSensorChanged() like in the example |
smartwatch accelerometer |
|
|
|
Software methods are the same for both of the hardware sensors.
Method | Details | Sources |
---|---|---|
simple algorithm |
|
|
machine learning |
|
Additional references: