1
votes

I'm new to c#, wpf and the kinect SDK.

I have a project where I can track multiple skeletons.

Now I need to take a picture of the area around the users head. So I want to know where on the kinect's view field the top of the skeleton is located.

I don't want to use face tracking because I think its to complicated for the what I want to accomplish.

So is there an easy way to know where the head is located using only the skeleton? Preferably a set of coordinates where its located on the entire view field of the kinect.

thanks in advance!

1
which SDK Version are you using?Christopher Cabezudo Rodriguez
version 1.6, the latest I thinkArcade
Have you looked at the docs?Squazic
yeah If been looking at it for a while now. Haven't found a way to extract the cordinates from the joints so I thought I'd ask here. link to page: msdn.microsoft.com/en-us/library/jj131025.aspxArcade

1 Answers