Hi,

I m trying to place an image on a live video displayed using kinect.I m able to place the image on the top left corner of the video by default.

But I want to place the image on the neck or wrist of the person standing in front of the kinect .

I checked the SDKs of kinect.The example shows how to display a skeletal view of the person standing in front of it.

How can I get the exact position of each part of the person standing in front of it so that I can place the image on any part of the human body?

I m developing the code in C++ and the IDE used in Visual Studio Professional 2010.