Yes I think mine is the latest version. I emailed Roxlu (10/02) about moving to a separate github repo, but haven’t heard back from him. I’ll email again and see if it can happen ASAP.
Master & develop should be the same at this point (they are the versions I’ve been deploying for installation/performances) and are compiled against openNI 1.1.x.
Experimental is compiled against latest openNI 1.3.2.x but is only tested in of007 on Mac OSX.
I have a major festival launch on Thursday so major changes won’t happen till after 13/02.
If you’re using the Experimental branch I’d comment out any of the new code that reports node Capabilities as it slows down initialization a lot and I just put it in to see what new features were actually working with the latest drivers.
@gameover, I just forked your branch and I’m updating it with my stuff.
I’ll send you a pull request later.
BTW, the autoskeleton feature requires openNI 1.3.2. so Ill fork the experimental.
mmh, i’m getting a crash, a segmentation fault when i activate the user tracking because GetHandler() in UserGenerator is returning a null pointer. i also see:
Create user generator failed: Can’t create any node of the requested type!
in the console when the program starts, i’m i missing something? i’ve installed the openNI library, the binaries and the SensorKinect.
it’s working for me at least on OSX.
which version of OpenNI do you have installed? remember that you also need to install NITE. the user tracking depends on NITE if I recall correctly.
Download Nite from openni.org. Check my previous post.
At least for me the newer version of OpenNI and NITE work very well, although there are lots of deprecated methods being used in ofxOpenNI, this are still supported. The ability to load and save user calibrations comes with the newer version of openNI and NITE (over which depend autoskeleton ).
so, gameover, should I add my updates to your master or experimental branch? I can see that the experimental branch is somewhat out of date in relationship with the master branch.