Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
The Magic Wand ExampleIntroductionThe magic wand example shows how to detect gestures using an accelerometer. Different types of accelerometers are easily available: | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
![]() | ||||||||
Line: 34 to 34 | ||||||||
Providing a training data set | ||||||||
Changed: | ||||||||
< < | In order to provide a training data set we must be able to record gestures. Therefore a driver for the accelerometer is needed as well as a program that recognizes movement and writes the accelerometer data on a file. | |||||||
> > | In order to provide a training data set we must be able to record gestures. We must therefore provide a program that recognizes the start and the end of a gesture (movement and inactivity detection) and which records the accelerometer data of the gesture onto a file. Gesture detection is of course also needed to be able to feed the accelerometer data into the trained model, which will then recognize the gesture. | |||||||
-- ![]() |