vroland / MyoIMUGestureController

This library provides gesture detection functionality using almost exclusively the IMU data of the Myo Armband.
GNU General Public License v2.0
30 stars 8 forks source link

Using IMU Controller directly #1

Closed Belle0412 closed 7 years ago

Belle0412 commented 7 years ago

Hey vroland, I am trying to understand your Code for this IMU Gesture Controller. I have seen that firstly gesture is performed and recorded, afterwards it will be detected. Is there any possibility to do this at the same time. What I mean is for example, to raise my arm, and at this time it will be directly recognized that I am raising my arm. I hope you can help me! Thanks, Belle

vroland commented 7 years ago

You probably have to use other unambigous gestures and another recognition algorithm. So if I was given this task, I would completely rewrite the gesture recognizer.