Xtion Pro/Live for ubuntu 13.10

Post date: 2014/01/25 13:20:06

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