c# - Is there a way to detect if my hand is open or closed with the Kinect SDK? -


i able detect if hand open or closed using kinect sdk.
don't need individual finger tracking open or closed enough, suggestions?

cheers /jimmy

as far know, no.

but workaround yourself. track distance between wrist , hand, combine depth data, , check how far centre of hand, depth stays same (following same angle wrist-hand has)


Comments