I want several of my developers to start playing with the Kinect SDK immediately and the timeframe is tight. Because they are not in the US, it will take me too much time to get them a Kinect and the cable required to use it with a PC.

Is there a way that they can work with the SDK without having the physical hardware on hand? Perhaps with a simulator or some other method?

link|improve this question

feedback

2 Answers

There is no simulator available

link|improve this answer
I found this today: brandynwhite.com/fakenect-openkinect-driver-simulator-experime – Jason Aug 26 '11 at 2:57
That's not for the official Kinect SDK though. If you want to code against OpenKinect rather than the official SDK, this looks promising – Robert Levy Aug 26 '11 at 12:57
Gothca, thanks. – Jason Aug 26 '11 at 18:57
feedback

There is no simulator, but you could use the Pointclouds Library (www.pointclouds.org). It has a simple I/O module, which allows you to load point clouds from files and use them to do whatever you would do with a Kinect stream. You could record ~1000 frames and send them your developers alongside with the library to start off. PCL is very good documented, easy to install and has lots of sample code!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.