DiplayColor, DisplayDepth

Hi people!

I’m traying to get the video stream from kinect (using wrapper package http://wiki.etc.cmu.edu/unity3d/index.php/Microsoft_Kinect_-_Microsoft_SDK).
I attach DisplayColor script on a cube but it remains gray…

Where is the error?

Thanks

The problem comes from that package being built for the SDK ver 1.0 but they have actually updated the package somewhere else on there website under openCV:
http://wiki.etc.cmu.edu/unity3d/index.php/OpenCV_with_Kinect_-_Windows_SDK

If you download that package the display colour and depth should work.

See here for an attached zip of the files you need, I think they should solve your problems