ofxOpenNI
ofxOpenNI copied to clipboard
Wrapper for OpenNI, NITE and SensorKinect
Hi, First of all, I would like to appreciate your hard work writing this class and sharing for all the community. I have some problems when I mesh your class...
Gameover you mentioned updated hotspot code on GitHub? But I don't see any User/Threshold/Mask stuff (the Hand example doesn't seem to work the way I need) that can help the...
Got the example working fine with an xbox kinect 1414, but a Primesense RD1.082 causes a crash. Not sure how to communicate the stack trace.. the debugging console says: ```...
Hello, I've been trying to make a project that plays back .oni files by creating and deleting ofxOpenNI objects. (I find that if I initialise the objects afetr they are...
See a couple of validation logic nUserNum - 1 > max_num_users nUserNum - 1 > found_users If userNum starts from 1, do we really need to - 1? Or am...
Why are the examples 1 level too deep and not separate projects? It'd be nice to just run the examples right out of the folder, like most other addons. Also,...
It seems like in version 1.0 there were swipeLeft and swipeRight gestures. This version has them removed. Does adding support for those gestures require a different file in the openni/config...
as far as i can tell, calling `addAllHandFocusGestures()` (like in the simple hands example) doesn't actually call the `testApp::handEvent()` method. is there an extra line of code that's necessary to...
`ofxOpenNIUser& ofxOpenNI::getTrackedUser(int index);` takes an "index-user-Id", but that's not the same as the XnUserID that's in ofxOpenNIUserEvent. I've added a `ofxOpenNIUser& ofxOpenNI::getUser(XnUserID nID)` function that uses a XnUserID to get...
Enabling threading in any of the examples prevents openFramework's GUI thread from running on Windows 7.