2017-06-19 08:41 AM
Hi at all,
I am trying to implement gesture recognition with a SensorTile, to develope my firmware I started studying the BlueMicrosystem2 example, and so I was able to detect simple gestures as the wrist's orientation.Now I would like to recognize some gestures a few more complex, as draw a letter in the air or a symbol, what could be the way to implement this?I know that the open.mems library encodes a limited number of gesture in a code, as could I to recognize custom gestures and map them?Should I sample the data sensors by the SensorTile with regularity and compute them to recogize the gestures? or the Open.MEMS library can help me in this operation?Best Regards
Tommasohttps://community.st.com/tags♯/?tags=sensortile%20bluenrg-ms%20firmware
‌#sensortile-bluenrg-ms-firmware2017-06-21 12:05 AM
Unfortunately the library for gesture recognition (MotionGR) does not support custom gesture.
You would need to implement the feature by yourself.