Hello,
I'm having some trouble while tracking some values of the hands.
The values of frame.id(), frame.timestamp(), frame.hands().count(), frame.fingers().count() works, but some variables (specifically hand's variables) are returning the same values(PI for angles, and zero for positions).
hand.finger(2).tipPosition().getX() -> Always zero
hand.palmNormal().roll() -> Always 3.1415927
hand.direction().pitch() -> Always 3.1415927
I don't know what i'm doing wrong, because i'm just acessing leap's functions.
Thanks for help!