Kinect Spin

Hi,
Wondering what would be a good way to spin a 3d object with kinect.
Because eventually there is the problem that for a spinning gestures the user goes back and forth with the hand. which results in a neutral direction when using the typical method for detecting movement directions (e.g. queue, framedifference)

Any esperiences?

What about using the elbow as center and calculating the rotation of the hand, if angle is > than, then …

Try combination of Gesture (Kinect2) and Skeleton joint tracking to increase the precision of the spinning angle.

There is great workshop by @motzi on Kinect gestures.

This rotation node is probably good choice for spinning objects.
%vvvv%\lib\nodes\modules\Transform\Rotate (Transform Successive Vector).v4p

Thanks for the support!

Hey, i just registered on the forum because i saw your request on facebook. ;)
I just want to leave this here: https://channel9.msdn.com/Blogs/k4wdev/Custom-Gestures-End-to-End-with-Kinect-and-Visual-Gesture-Builder-part-2-

haha cool thank you and welcome to the forum :)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.