Here is the package:
http://victamin.googlecode.com/files/CLNUILibSampleAndDrivers.zip It includes drivers, library and a point cloud sample application.
This works only for java users. Keep in mind if it fails to run when running in debug mode, try the run mode
CLNUI is AlexP's (the PS3Eye camera hacker) SDK for Kinect. It was released few days ago but only running on C and C# afaik.
I took sometime to get it running on java and processing (so i think) using JNA. The package includes library+source code and a simple example (binaries+source code).
Warning! this is windows only, so sorry mac users, but you're not alone, you can use shiffman's library.
Please give it a test and report back any problems. So far only tested on windows7 64bit, java 1.6.
This is not really processing related but it's java and one thing that is missing for java and processing was Computer Vision
I came across the JavaCV project that wraps OpenCV, ARToolKit, giving access to the original framework.
I know there is opencv for processing already, but is incomplete and for the enthusiasts this should bring you some happiness
"JavaCV first provides wrappers to commonly used libraries by researchers in the field of computer vision: OpenCV, ARToolKitPlus, libdc1394 2.x, PGR FlyCapture, and FFmpeg"
i've been doing some CL work again and i thought it was time to create some wrapper around OpenCL for java/processing.
A well known guy (memo) done such a wrapper for openframeworks and cinder, so i ported the wrapper to java.
There are some problems with reading/writing from/to GL textures, for some reason it's crashing.
I have been working with JavaCL's author, so hopefully it will be working soon. No promises though