OpenNI2 icon indicating copy to clipboard operation
OpenNI2 copied to clipboard

OpenNI2

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

Camera: Astra S issue: cannot make examples following steps from below link https://astra-wiki.readthedocs.io/en/latest/examples.html errors: g++ -MD -MP -MT "./Bin/Intermediate/x64-Release/ClosestPointViewer/Viewer.d Bin/Intermediate/x64-Release/ClosestPointViewer/Viewer.o" -c -msse3 -DUNIX -DGLX_GLXEXT_LEGACY -Wall -O2 -DNDEBUG -I../../Include -I../ -I../../ThirdParty/GL/...

I can use https://github.com/orbbec/astra/tree/master/samples/sfml/MultiSensorViewer-SFML and see both camera and depth streams. But if I try https://github.com/orbbec/OpenNI2/blob/master/Samples/MultipleStreamRead/main.cpp then SENSOR_DEPTH works fine but SENSOR_COLOR fails to open. OS: Ubuntu 19.10

From this thread: https://3dclub.orbbec3d.com/t/astra-openni2-under-arm-platform-raspberry-pi-2-ubuntu-14-04/282/2 there's an unreleased filter that's not in the github sources. Without that the open source driver does not perform as well. This was first reported on...

Hello I get this error when I try to clone this repo. Any Ideas how to go about fixing this? Command: `git clone https://github.com/orbbec/OpenNI2.git` Output: `Cloning into 'OpenNI2'... fatal: unable...

Hello, I'm using an Orbec Astra Camera in ROS by doing use of the ros_astra_camera node that relies on this Openni2 version. I'm running Xubuntu 16.04 but with GCC 7.2....