Hi Community,
I'm trying to produce a simple app which recognizes one or two hands and sends an event on a swipe of a hand.
I've tried to get the motion of one hand with hand.translation(sinceFrame) which gives back a Float32[] with [0,0,0], i debugged it and saw that the method translation just creates the array but doesn't fill it with values.
I also tried this with frame.translation(sinceFrame) wich worked fine, but frame.translation doesn't distinct between two hands.
I tried this with the leap-0.4.0.js and leap-0.4.1.js.
Is this a known bug? Is there a bugfix?
Can someone help me with this problem?
Greetings
Patrick