OpenNI 2 -.
.
OpenNI Xtion OpenNI 2.
Try the following:
git clone git@github.com:PrimeSense/Sensor.git
cd Sensor
cd Platform/Linux/CreateRedist && ./RedistMaker && cd ../../..
cd Platform/Linux/Redist && cd Sensor-Bin-* && sudo ./install.sh && cd ../../../../../
git clone -b develop git@github.com:OpenNI/OpenNI2.git
cd OpenNI2 && make -j4 && cd ..
cd OpenNI2/Bin/x64-Release && ./NiViewer
I used the developOpenNI branch above because I masterhad some small (fixable) build errors.
Please tell me if this worked for you too!
source
share