_CBKinectUserHandFound Scol 6.x or above required
Set a callback to a hand found by a Kinect user object.
Prototype :
fun [ObjKinectUser fun [ObjKinectUser u0 I] u1 u0] ObjKinectUser
- ObjKinectUser : a Kinect user object
- fun [ObjKinectUser u0 I] u1 : the reflex. The supplemental argument is
the hand index (USER_SKEL_L_HAND or USER_SKEL_R_HAND)
- u0 : an user parameter, at your convenience
Return : ObjKinectUser the same object or nil if error
See also :
Example :