My idea is to use the Myo mostly as navigation. eg: left, right, up, down, select, etc
The Myo has 5 standard gestures, but each gesture can be used as 'single gesture' or a 'held gesture' then each of those can have Orientation data attached, being Roll, Pitch, Yaw.
For example: "Hold Fist 6". 6 representing a 0-9 value of a point in a circle. So 6 could represent roll, attach that to a volume control and end up with ,"While holding Fist, roll left or right to turn volume up or down."
Then from there, expand the theory, Example:
Roll 5 = neutral
"While holding Fist 5, do nothing."
Roll 6 = scroll right
"While holding Fist, roll to the right (5 changes to 6), scroll right."
Roll 7 = fast scroll right
"While holding Fist, roll further to the right (6 changes to 7), fast scroll right."
That's the basic idea i have in mind. Then send what data i need to VC via UDP as an event, given each event can have a payload, attach Roll, Pitch, Yaw as a payload.
So far all working well as single examples to test my concept.
But my limited knowledge of C# is making compiling into one application a serious challenge. On that note, if anyone knows about C# and has a spare hour to mess about,I would appreciate some assistance.