Project DescriptionGet a Mock / Kinect simulator in your computer.
Feed up of standing up/seating/standing/seating every 5 minutes when you test your Kinect application.
Just record your best move and replay it when you want (even without a Kinect plugged in!)
Full description at
Kinect, I mock you so much (french)
FeaturesMocKinect records RGB video stream and Depth camera stream from Kinect sensor.
MocKinect lets you playback recorded stream into your application.
UsageTo use MocKinect, you need to add a reference to MocKinect.dll and replace all calls to Microsoft Runtime class by KinectRuntimeProxy class.
Call SetMode(Record or Replay) based on your need.
At the moment, MocKinect works only with polling model (GetNextFrame)
Coming soonRecords skeleton informations.
Works with the event model (FrameReady)
Works with multiple Kinects (some in Real mode and some other in Replay)
Compress Kinect streams
Release notes
Version 1.1
- Record and replay camera streams
- RGB video stream
- Depth stream includes player index
Recorded streams are stored in record.Video and record.Depth files.
Those files are not compressed and grow very quickly (RGB is ~10MB/sec, Depth is ~1MB/sec).