Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

ofxKinectForWindows2 HEAD joint getOrientation

$
0
0

@pandereto wrote:

I want to get the orientation of the head joint but is allways returning 0 however if i use neck joint orientation works.

Someone knows why?

ofQuaternion orNeck = body.joints[JointType_Neck].getOrientation(); // works
ofQuaternion orHead = body.joints[JointType_Head].getOrientation(); // 0 value

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles