BlockOpenNI icon indicating copy to clipboard operation
BlockOpenNI copied to clipboard

A c++ wrapper for OpenNI.

Results 3 BlockOpenNI issues
Sort by recently updated
recently updated
newest added

These are a few of the changes I had to make to get the sample compiling. Using OSX 10.8, latest drivers (OpenNI 1.5.4.0, Sensor 5.1.2.1, NITE 1.5.2.21). I had to...

These lines: mColorTex.update( getColorImage() ); mDepthTex.update( getDepthImage24() ); // Histogram Produce this error: ``` Call to member function "update" is ambiguous. ``` In the latest Cinder. Is it supposed to...

While Trying to compile BlockOpenNISkeleton I run across the following errors:\ ``` $(CINDER_PATH)/blocks/BlockOpenNI/src/VOpenNIDevice.cpp:1693: error: no matching function for call to 'xn::Context::CreateProductionTree(xn::NodeInfo)' $(CINDER_PATH)/blocks/BlockOpenNI/include/OpenNI/XnCppWrapper.h:4811: note: candidates are: XnStatus xn::Context::CreateProductionTree(xn::NodeInfo&) ``` This error...