2013年10月30日 星期三

To run Nite samples in Ubuntu 13.10 (Nite + OpenNI + SensorKinect)

1. Build OpenNI
git clone git://github.com/OpenNI/OpenNI
git checkout -b 1.5.4.0 Unstable-1.5.4.0
 checkout to tag 1.5.4.0, only this tag works for me
cd Platform/Linux/CreateRedist
./RedistMaker
cd ../Redist/$(Openni Version)/
In my case, it's OpenNI-Bin-Dev-Linux-x64-v1.5.4.0
sudo install.sh

2. Build SensorKinect
git clone git://github.com/avin2/SensorKinect.git
git checkout -b unstable origin/unstable
cd Platform/Linux/CreateRedist
./RedistMaker
 cd ../Redist/$(Sensor Kinect Version)/
In my case, it's  Sensor-Bin-Linux-x64-v5.1.2.1
sudo install.sh
It's that simple.

now you can download NITE-Bin-Dev-Linux-x64-v1.5.2.21.tar.zip and run samples under Samples/Bin/x64-Release

沒有留言: