Basically there are two Kinect devices. One for the Xbox and one for the PC.
I have written a .NET dll for the Xbox Kinect with C#. The Xbox kinect will be replaced after a couple of weeks with a PC Kinect, which has some hardware improvements (nearby tracking etc).
I’m still working on this dll. But since the device will be replaced I started to wonder if it will work with the PC Kinect.
Should I wait for the new Kinect before extending the dll?
Can I expect problems to occur with the dll on the PC Kinect?
As long as you are using the
Kinect for Windows SDK version 1it will work with both the Kinect for Xbox 360 and the Kinect for Windows hardware. Per Microsoft,If you are still using the Beta SDK for programming against the Kinect for Xbox 360, you will need to uplift your code to work with the Version 1 SDK if you want to support the Kinect for Windows hardware.