11

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?

Bart
  • 19,692
  • 7
  • 68
  • 77
Jason
  • 16,739
  • 23
  • 87
  • 137

4 Answers4

3

Kinect Simulator

Kinesis.io Provides a simulator for Kinect. Its the simplest way to build gesture apps.

Steven Magana-Zook
  • 2,751
  • 27
  • 41
1

There is no simulator available

Robert Levy
  • 28,747
  • 6
  • 62
  • 94
  • I found this today: http://brandynwhite.com/fakenect-openkinect-driver-simulator-experime – Jason Aug 26 '11 at 02: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
0

Kinect Studio is an application that comes with the Kinect for Windows Developer Toolkit. It provides the ability to record data streams using the Kinect then replay them for testing and debugging purposes.

Kinect for Windows 2.0 is available now (July 15, 2014) and comes with an updated version of Kinect Studio.

You can use Kinect Studio to record tests and send the recordings to your developers before they get the hardware.

IntStarFoo
  • 765
  • 8
  • 14
0

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!

Violin Yanev
  • 1,507
  • 2
  • 16
  • 23