Use Processing and Kinect in Ubuntu
I'm working on a project that uses Kinect depth camera to detect a person silhouette as I have mentioned before in this blog. Part of the development was done using a Mac because I found a library that enabled me to use Kinect directly from Processing (which I've found very convenient for prototyping). It did not hurt that an OpenCV library for processing was also available. What was missing was a version of the Kinect's Processing library to be used with GNU/Linux. Fortunately, someone took the time to tweak the Mac version to make it work and to post the process online. It did not work for me exactly as it was but it was close. So just in case you want to experience with it, here are the steps that worked for me: Get a copy of the library: git clone git://github.com/shiffman/libfreenect.git Create a and move to a build directory inside libfreenect folder cd libfreenect mkdir build cd build cmake .. make sudo make install Go to wrappers/java and e