Skip to content

patriciogonzalezvivo/KinectCoreVision

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
 
 
 
 
 
 
 
 
 
 
 
 
<iframe class="roundPhoto" src="http://player.vimeo.com/video/20904879?autoplay=1" width="575" height="359" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

KinectCoreVision is a refurnished version of the well know track application CommunityCoreVision to use a KinectSensor.

This version of CCV was original designed for a light and portable setup of Communitas multiTouch Table for IEATA´s 9th International Conference (more info and videos about it). But it was lot of potencial.

Binaries

MacOSX

Macports is required to be installed. Please check http://www.macports.org/ for its own dependencies and installation procedure. It requires XCode and would need to be installed on your Mac. Then:

sudo port install libtool

sudo port install libusb-devel +universal

Linux

sudo apt-get install libusb-1.0-0-dev

Windows