1

I have a weird problem when using Seated Mode in the Xna Example of the Kinect for Windows Developer Toolkit 1.5.1.

The only thing I add to the code is flowing line.

 this.Sensor.SkeletonStream.TrackingMode = SkeletonTrackingMode.Seated;

enter image description here

Did anybody tried using XNA and Seated Mode without having this Problem?

Markus
  • 942
  • 9
  • 17

2 Answers2

1

This looks like the XNA sample tries to draw all joints. Since only a limited set of joints is available in seated mode, the remaining joints are drawn at a default position.

Chris Ortner
  • 806
  • 6
  • 11
0

I have tested this, with the line you added and I am pretty sure that this was just a glitch. My kinect (xbox) only had problems when I got within a foot of it, which is normal, so that was just a glitch. Hope this helps!

Liam McInroy
  • 4,339
  • 5
  • 32
  • 53