How can I make this video transformation ?

Cheng Chien-Wen's icon

I would like to use kinect to capture the body movement and transform it into some abstract images in real-time.
For example, something like this video (http://www.youtube.com/watch?v=VQLRWVhk6nc ) is what I want.
Where should I start regarding the transformation ?

Thanks.

dtr's icon

Really basic. Feed your kinect's point cloud matrix into jit.gl.mesh, play with draw_mode, color (and alpha), and jit.gl.context's erase_color for the feedback.