Post date: 2014/01/25 13:20:06
sudo apt-get install libusb-1.0 doxygen
BUILD OpenNI
git clone https://github.com/OpenNI/OpenNI.git
git checkout unstable
cd OpenNI/Platfolrm/Linux/CreateRedist
./RedistMaker
cd ../Redist/OpenNI-Bin-Dev-Linux-x64-v1.5.7.10/
sudo sh ./install.sh
BUILD Sensor
git clone https://github.com/PrimeSense/Sensor.git
cd Sensor/Platfolrm/Linux/CreateRedist
./RedistMaker
cd ../Redist/Sensor-Bin-Linux-x64-v5.1.6.6/
sudo sh ./install.sh
NiViewer -> OK
Nite
Samples/NiteSampleMakefile で "LDFLAGS += -LGLU -lGL" を追加
sudo ./install.sh [LISENCE は Setup.bat 内のもの]
OpenNI/Data/SamplesConfig.xml
Add audion node
<Node type="Audio" name="Audio1">
<Configuration>
<WaveOutputMode sampleRate="44100" bitsPerSample="16"
channels="2" />
</Configuration>
</Node>
Processing-2.1.1
apt-get install libboost-system1.54.0