OpenNI2 icon indicating copy to clipboard operation
OpenNI2 copied to clipboard

OpenNI2

Results 60 OpenNI2 issues
Sort by recently updated
recently updated
newest added

Hi, the `develop` branch works fine, but in `master`, there are 3 easy-fix issues: - `-Werror` with unused typedef ``` make[1]: Entering directory `/home/niklas/openni/master/OpenNI2/Source/Drivers/PSLink' g++ -MD -MP -MT "./../../../Bin/Intermediate/x64-Release/libPSLink.so/XnLinkControlEndpoint.d ../../../Bin/Intermediate/x64-Release/libPSLink.so/XnLinkControlEndpoint.o"...

Hi guys, I have two issues which I need your help to solve them. First, I used function setImageRegistrationMode( openni::IMAGE_REGISTRATION_DEPTH_TO_COLOR ) to calibrate depth to color, but I found the...

When I execute the attached code, I receive only depth frames in my callback. If I move the `addNewFrameListener()` call to `// MOVE HERE`, I get both color and depth...

I have trying to install OpenNi, NiTE and try Xtion in Ubuntu Machine, After installing, when I try to run sample programs in NiTE folder I have got an error...

I'm trying to create driver-level log entries using `oni::driver::DriverServices::errorLoggerAppend()`, but they don't appear in console output even when `Verbosity=0`. Am I missing something?

Besides the NiViewer executable, OpenNI and OpenNI2 can be installed on a system side-by-side. If possible, a new name, such as Ni2Viewer should be selected for NiViewer in OpenNI2.

Hi, I' m having some compile error for branch master on Debian 6 x86 g++ -MD -MP -MT "./../../../Bin/Intermediate/x86-Release/libPS1080.so/XnDepthStream.d ../../../Bin/Intermediate/x86-Release/libPS1080.so/XnDepthStream.o" -c -msse3 -Wall -O2 -DNDEBUG -I. -IInclude -I../../../Include -I../../../ThirdParty/PSCommon/XnLib/Include -fPIC...

In OniDriverAPI.h, the ONI_EXPORT_DRIVER macro references the XN_NEW and XN_DELETE macros, but these are not declared at that point. This only shows up if you call ONI_EXPORT_DRIVER without including XnLib,...

We've been asked to [add a port for openni2 to MacPorts](https://trac.macports.org/ticket/40107), and I'm trying to do this, but I'm unclear how to install it. With openni1, it was relatively simple...

Please specify in the API docs what unit the `timeout` parameter counts (I believe it's milliseconds).