Up |
_GetLeapMotionHandFingers
Gets the LEAPMOTION sensor fingers data from a hand.
Prototype :
fun [ObjLeapMotion I I] [[[F F F] [F F F] [F F] I] r1]
- ObjLeapMotion : a Leapmotion Scol object
- I : the hand index
- I : 1 for optimized position
Return : [[[F F F] [F F F] [F F] I] r1] the list of fingers position, orientation, screen pos and id or NIL if an error occurs.
See also :
Example :