0

Using the Kinect API I can get "skeleton" information, how do I use this to render a full body with volume, skin a face, etc?

casperOne
  • 73,706
  • 19
  • 184
  • 253
OneSolitaryNoob
  • 5,423
  • 3
  • 25
  • 43
  • You can start looking at Sinbad Sample using OpenNI: Video: http://www.youtube.com/watch?v=Zl6O-Rf52Co Download: https://github.com/OpenNI/SampleAppSinbad – Alessandro Pezzato Jan 08 '12 at 17:28
  • Check that link. You may find a suitable project: http://channel9.msdn.com/coding4fun/kinect – juergen d Jan 08 '12 at 17:19

1 Answers1

0

Are you referring to avateering? Check out this example: http://msdn.microsoft.com/en-us/library/jj131041.aspx

Edward Shi
  • 51
  • 1
  • 3