So, you want to use the Kinect in Processing. Great. This page will serve to document the current state of my Processing Kinect library, with some tips and info. Before you proceed, however, you may want to instead consider using … Continue reading →
This example demonstrates how to track the average location of a given number of points that meet a specific depth threshold. It’s the most basic form of hand tracking (though of course it knows nothing about the object being a … Continue reading →
A quick post to announce an updated Kinect library for Processing on github. This new library uses the most recent libfreenect drivers (mac os x only still) and builds off of the existing JNI Java Wrapper. Links: Download library and … Continue reading →
This is all very preliminary, but here is a first pass as a Processing Kinect library: http://www.shiffman.net/p5/kinect.zip (Mac OSX only for now, sorry!) UPDATE (12/18/10): New version of the library can be downloaded from github: openkinect.zip. Source: https://github.com/shiffman/libfreenect/tree/master/wrappers/java/processing None of … Continue reading →