stapelberg / kinectboard

An awesome kinect board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kinectboard

An awesome kinect board.

Required Librarys

On Debian, try:

apt-get install build-essential cmake libsdl1.2-dev freeglut3-dev libglew-dev

Install CUDA

Download and install the CUDA SDK >= 4.2 and the NVidia GPU Computing SDK >= 4.2 for your platform from http://www.nvidia.com/content/cuda/cuda-downloads.html

Install libfreenect

Install the latest git version of libfreenect. We used version efd073eacfc54a7c028729596858d1618e134b16:

git clone git://github.com/OpenKinect/libfreenect.git
cd libfreenect
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr CMakeLists.txt
make
sudo make install

Build with cmake

Afterwards, build kinectboard:

git clone git://github.com/mstap/kinectboard.git
cd kinectboard
cmake .
make

The binaries will be placed in either bin (64 Bit) or bin32 (32 Bit legacy support) depending on your platform. To start kinectboard you either need to add the corresponding bin folder to your LD_LIBRARY_PATH or run ./kinectboard.sh in the bin folders.

About

An awesome kinect board.

License:GNU General Public License v2.0


Languages

Language:C++ 53.9%Language:C 44.1%Language:Objective-C 1.9%Language:Shell 0.1%