Another OSX Kinect library
in
Library and Tool Development
•
2 years ago
Hi,
Just wanted to share a library I've been putting together over the past few days. I'd been using Shiffman's library (kudos!), but found I needed something faster. The source is on github, with a link to a downloadable binary in the README:
It runs the Kinect event handler on a separate thread so the video/depthmap feeds are pretty much full speed.
There's LED support (woo) - and access to the newish IR camera feed, working on motor/accelerometer.
Constructive feedback/contribution welcome, it's my first Processing library / JNI endeavour.
Cheers,
- Paul
4