Skip to content

robbeofficial/KinectTouch

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

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

About

Turns any surface into a giant touchpad using kinect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published