• Stars
    star
    221
  • Rank 179,773 (Top 4 %)
  • Language
    C++
  • Created over 13 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Turns any surface into a giant touchpad using kinect

KinectTouch

Turns any surface into a giant touchpad using kinect

kinect - build a TUIO multitouch pad on any surface

Prerequisites

wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/simple-openni/OpenNI_NITE_Installer-Linux64-0.27.zip
unzip OpenNI_NITE_Installer-Linux64-0.27.zip
cd OpenNI_NITE_Installer-Linux64-0.27/OpenNI-Bin-Dev-Linux-x64-v1.5.4.0/
sudo ./install.sh
cd ../NITE-Bin-Dev-Linux-x64-v1.5.2.21/
sudo ./install.sh
cd ../kinect/Sensor-Bin-Linux-x64-v5.1.2.1/
sudo ./install.sh
sudo apt-get install libopencv-dev
  • CMake
    • Ubuntu installation
sudo apt-get install cmake

Building and Running

mkdir build
cd build
cmake ..
make
./KinectTouch

TODOs