ofxOpenNI
ofxOpenNI copied to clipboard
added setDeviceID method to be called before setup()
allows me to run multiple apps with a user generator in each app.

so this change won't allow two kinects in one app to read a user in each kinect?
I was really hoping for that. It would have made life easier for the art installation I am working on.
@nosarious it will not. that's a limitation of openni itself, not ofxOpenNI.
Thank you. I spent most of last night tracking down rumors of how people got it working, and one near miss on someones blog about rewriting the library (their code is unreleased) and now more recently how running separate apps for each kinect will allow each app to find the skeleton (this page)
Is there a relatively easy add-on/system/thingie for getting image information from one of these kinect apps to another app? I'm thinking an app that will remove the user from a depth scene and send just the user information to another app which then builds the visualizations. Just not sure which addon will let me send that info.