libfreenect icon indicating copy to clipboard operation
libfreenect copied to clipboard

Just working on Processing library here

Results 2 libfreenect issues
Sort by recently updated
recently updated
newest added

Hi, I have a nullpointerexeption with any of the examples, e.g. AveragePointTracking. The line which gives me the error is: kinect.enableDepth(true); This is the exception: Exception in thread "Animation Thread"...

I'm rewriting the data as an array of ints, i can leave it as a ShortBuffer or just use the array() function to convert