Kinect: Difference between revisions

From ISRWiki
Jump to navigation Jump to search
(initial versiojn)
 
Line 39: Line 39:
* http://www.openni.org/downloadfiles "OpenNI Compliant Middleware Binaries"
* http://www.openni.org/downloadfiles "OpenNI Compliant Middleware Binaries"
* Latest Unstable
* Latest Unstable
* Download, for example, PrimeSense NITE Unstable Build for for Ubuntu 10.10 x64 (64-bit) v1.3.0.18 to <code>~/kinect</code>
* download, for example, PrimeSense NITE Unstable Build for for Ubuntu 10.10 x64 (64-bit) v1.3.0.18 to <code>~/kinect</code>
* extract this archive:
   tar -jxvf NITE-Bin-Linux64-v1.3.0.18.tar.bz2
   tar -jxvf NITE-Bin-Linux64-v1.3.0.18.tar.bz2
* edit your <code>Nite-version/Data/Sample-*.xml</code> files by filling in PrimeSense license and preferred resolution
* edit your <code>Nite-version/Data/Sample-*.xml</code> files by filling in PrimeSense license and preferred resolution

Revision as of 19:21, 29 March 2011

Installation

Installing binary files should be straightforward.

Below we explain how to manually install Kinect programs on Ubuntu 10.04 LTS (officially you need 10.10 or higher, but 10.04 works too).

Ubuntu manual installation

The following instructions refer to the Unstable branch.

Prerequisites

Mandatory:

 sudo apt-get install g++ python git-core libusb-1.0.0-dev freeglut3-dev
 audo adduser YOURNAME video

Optional:

 sudo apt-get install doxygen graphviz

OpenNI

 mkdir ~/kinect && cd ~/kinect
 git clone https://github.com/OpenNI/OpenNI.git
 cd OpenNI

Now follow instructions on https://github.com/OpenNI/OpenNI/tree/unstable

Sensor

 cd ~/kinect
 git clone https://github.com/boilerbots/Sensor.git
 cd Sensor
 git checkout kinect

Now follow instructions on https://github.com/PrimeSense/Sensor/tree/unstable

NITE

  • http://www.openni.org/downloadfiles "OpenNI Compliant Middleware Binaries"
  • Latest Unstable
  • download, for example, PrimeSense NITE Unstable Build for for Ubuntu 10.10 x64 (64-bit) v1.3.0.18 to ~/kinect
  • extract this archive:
 tar -jxvf NITE-Bin-Linux64-v1.3.0.18.tar.bz2
  • edit your Nite-version/Data/Sample-*.xml files by filling in PrimeSense license and preferred resolution

See also