Code Monkey home page Code Monkey logo

kinectproject's Introduction

# Installation Guide
This was based on an install on a fresh Ubuntu 10.04 system (with build-essentials installed).

1) install prerequisites
sudo apt-get install git-core cmake libglut3-dev pkg-config build-essential libxmu-dev libxi-dev libusb-1.0-0-dev libgtk2.0-dev pkg-config freeglut3-dev

2) install opencv
* download the latest version from http://opencv.willowgarage.com/wiki/ (it should be version 2.2 located http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.2/OpenCV-2.2.0.tar.bz2/download)
* tar xvf OpenCV-2.2.0.tar.bz2
* cd OpenCV-2.2.0.tar.bz2
* mkdir build
* cd build
* cmake ..
* make -j 4
* sudo make install

3) install libfreenect
* git clone git://github.com/OpenKinect/libfreenect.git
* cd libfreenect
* mkdir build
* cd build
* cmake ..
* make -j 4
* sudo make install

4) install gflags
* download google-gflags from http://code.google.com/p/google-gflags
* tar xvf gflags-1.5.tar.gz
* cd gflags-1.5
* ./configure
* make -j 4
* sudo make install

5) install eigen3
* hg clone https://bitbucket.org/eigen/eigen/
* cd eigen
* mkdir build
* cd build
* cmake ..
* make -j 4
* sudo make install

6) install google log
* download google-log from http://code.google.com/p/google-glog/
* tar xvf glog-0.3.1-1.tar.gz
* cd glog-0.3.1
* ./configure
* make -j 4
* sudo make install

7) install openni
* git clone git://github.com/OpenNI/OpenNI.git
* cd OpenNI/Platform/Linux-x86/CreateRedist
* ./RedistMaker
* cd ../Redist
* sudo ./install.sh

9) install primesense driver (kinect driver for openni)
* git git://github.com/avin2/SensorKinect.git
* cd SensorKinect/Platform/Linux-x86/CreateRedist/
* ./RedistMaker
* cd ../Redist
* sudo ./install.sh

9) build kinectProject!
* cd kinectProject
* mkdir bin
* cd bin
* cmake ..
* make -j 4

kinectproject's People

Contributors

laurencer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.