Hi,
I am new to C++ and new to Leap Motion, I am wondering if there is any way to create a custom gesture?
I am programming Leap to recognise the hand turning left or right as if using a dial, and then using this to program an UltraHaptics device to provide feedback to mimic a dial to the hand position supplied by Leap.
I have played around with the 4 supplied gestures but from what I'm reading there doesn't seem to be an option to create your own gesture, is this true? I would like to be able to average the hand direction over frames and save this as a "left" or "right" turn and it made sense that I would save this as a new gesture and then simply refer to it.
Any help or pointers would be appreciated, thanks.