Interface and application programming

This week I dictated to connect my Kinect camera to Processing.
first download the Simple OpenNI and copy it to the processing Examples library.
First open the User example in the Example library

Connect the Kinect camera to your computer and run the code.
In this example you visualize your body with the Kinect by body lines.

After I finished playing with it for while I tread the User Def Depth View which Emmett the environment of the camera by giving you a better depth.

The last example I tried was the hands example.
In this example the sensor recognise your hand and follows them by coloring a dot and a fade line.

You can change the length of the faded line by changing the number in the code that's marked in red.

You can also change the size of the dot by changing the number in the code that's marked in red.


You can use this good tutorial for further instructions.