ofxOpenNI
ofxOpenNI copied to clipboard
Wrapper for OpenNI, NITE and SensorKinect
running the example with the experimental branch it looks like kinects are detected and initialised okay but the second kinect output is always rendered black.
Please rename your "include" dir "libs" as per default OF hierarchy. The default makefile searches the libs dir for files from libraries. See this snippet from the makefile: ADDONS_REL_DIRS =...
What's the function to change the angle of the kinect?
I am trying to get it to run with win7 64bit and 64bit openNI drivers and code::blocks. error: missing openNI.dll .
hey there, love this addon - use it all the time. need to have auto skeleton tracking so am using experimental branch. also need masks but in the experimental branch...
I noticed an issue with the hardware shutdown code. The claimed usb device isn't properly released, which causes issues when you create a new instance of the hardware layer without...
Hi, may be you forget to say to copy also the config dir in bin/data/openni? because without config dir the app crash with BAD ACCESS MEMORY in connection to kinect...
Hi - I'm working on an oF project that exports ONI files as OBJs for use in a 3D modeling program. It utilizes ofxOpenNI's depth generator to show a color...
Hi, I've tested the latest experimental version and had some issues with the tracking ( as described in http://forum.openframeworks.cc/index.php/topic,7403.msg46750.html#msg46750 ). After further testing i found some possible problem. At the...