Diferencia entre revisiones de «Paleta kinect»
(→Instalacion para Ubuntu) |
(→Instalacion para Ubuntu) |
||
Línea 22: | Línea 22: | ||
$ cd ../Redist/OpenNI-Bin-Dev-Linux-x86*/ | $ cd ../Redist/OpenNI-Bin-Dev-Linux-x86*/ | ||
$ sudo ./install.sh | $ sudo ./install.sh | ||
+ | |||
==Sensor Kinect== | ==Sensor Kinect== | ||
+ | |||
$ cd ~/kinect | $ cd ~/kinect | ||
$ git clone https://github.com/avin2/SensorKinect | $ git clone https://github.com/avin2/SensorKinect | ||
Línea 30: | Línea 32: | ||
$ cd ../Redist/Sensor-Bin-Linux-x86* | $ cd ../Redist/Sensor-Bin-Linux-x86* | ||
$ sudo sh install.sh | $ sudo sh install.sh | ||
+ | |||
==NITE== | ==NITE== | ||
Línea 48: | Línea 51: | ||
$ cd .. | $ cd .. | ||
$ sudo ./install.sh | $ sudo ./install.sh | ||
+ | |||
==PyOpenNI== | ==PyOpenNI== | ||
− | |||
− | |||
desde https://github.com/jmendeth/PyOpenNI.git | desde https://github.com/jmendeth/PyOpenNI.git |
Revisión del 20:11 9 ago 2012
Contenido
Introducción
El objetivo principal del proyecto es crear una paleta en Tortugarte que permita la utilización del Kinect y programar ejemplos del uso del Butiá con Kinect
Instalacion para Ubuntu
paso cero
sudo apt-get install cmake build-essential git-core python-dev libboost-python-dev
OpenNI
$ mkdir ~/kinect ; cd ~/kinect $ git clone https://github.com/OpenNI/OpenNI.git -b unstable
si! unstable!
$ cd OpenNI/Platform/Linux/CreateRedist $ bash RedistMaker $ cd ../Redist/OpenNI-Bin-Dev-Linux-x86*/ $ sudo ./install.sh
Sensor Kinect
$ cd ~/kinect $ git clone https://github.com/avin2/SensorKinect $ cd SensorKinect/Platform/Linux/CreateRedist $ bash RedistMaker $ cd ../Redist/Sensor-Bin-Linux-x86* $ sudo sh install.sh
NITE
Descargar la distribución binaria para GNU/Linux mas reciente desde la siguiente ubicación. http://www.openni.org/Downloads/OpenNIModules.aspx
$ cd ~/kinect $ tar jxvf nite-bin-linux-x86-v1.5.2.21.tar.bz2 $ cd NITE-Bin-Dev-Linux-x86*/Data $ chmod a+w * $ vi *.xml
<License vendor="PrimeSense" key="insert key here"/> … reemplazar por … <License vendor="PrimeSense" key="0KOIk2JeIBYClPWVnMoRKn5cdY4="/>
$ cd .. $ sudo ./install.sh