How to add a real time video from kinect as a background

Hi all,

Totally new to Unity. I’m doing a project on virtual dressing room concept. But I don’t know how to add a video stream coming from Kinect as the background of the application. I have more questions but I’ll post them later to avoid confusion here…
Thanks in advance.

The easiest thing to do is get the ZigFu plugin, and use their image viewer sample. You can show the RGB, Depth, or ‘user’ view very very easily.

It can be done with OpenNI or MS SDK too, but it’s a little more complex.

Is there an easy (read: free) way to do this without ZigFu?