OpenNI2 icon indicating copy to clipboard operation
OpenNI2 copied to clipboard

OpenNI2

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

The ONI file recorded from Kinect sensor can't work with NiTE 2.2 because leak the property XN_STREAM_PROPERTY_PARAM_COEFF. This patch fix this issue.

`NiViewer` shows some artifacts in the depth image, usually 2 to 8 vertical bars (and sometimes more). It is especially visible when you turn NiViewer into `Psychedelic Depth` mode (press...

I'm using a library that uses OpenNI2 and libfreenect on OS X. It appears unable to open a device when using OpenNI2. Using the examples built into libfreenect I'm able...

``` % python Source/Documentation/Runme.py Traceback (most recent call last): File "Source/Documentation/Runme.py", line 50, in subprocess.check_call(cmd, stdout=open(os.devnull,"w"), stderr=open(errfile,"w")) File "/usr/lib/python3.4/subprocess.py", line 561, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['javadoc', '-d',...

Hi, I'm building an android application that makes use of a Structure Sensor through openni2. I've tested on a OnePlus One with Android 4.4.4 and works nice, but I can't...

Hello everyone, I'm working with C ++, libfreenect, OpenNI2, NiTE2 and OpenGL in Ubuntu 12.04. I'm trying to show my body image in RGB without displaying the background, but I'm...

I'm working on Asus's Xtion. recently, I'm trying to read IR image and RGB image at the same time. but I can start the IR stream after starting a RGB...

Would you like to [replace any double quotes](https://github.com/OpenNI/OpenNI2/blob/3f7d3a135f18d9f4e8816dcfc7f5deb9612f7d84/Include/OpenNI.h#L24) by [angle brackets around file names for include statements](http://stackoverflow.com/questions/21593/what-is-the-difference-between-include-filename-and-include-filename)?

Missing struct keyword for C (gcc doesn't compile this).

Dear OpenNi2-Maintainer(s). I had given the OpenNi a try for RaspberryPi. After changing the stuff as seen in this Pull request i was able to run the non-Gui examples with...