https://github.com/patriciogonzalezvivo/kinectcorevision
Kinect Implementation of CCV
https://github.com/patriciogonzalezvivo/kinectcorevision
Last synced: about 1 month ago
JSON representation
Kinect Implementation of CCV
- Host: GitHub
- URL: https://github.com/patriciogonzalezvivo/kinectcorevision
- Owner: patriciogonzalezvivo
- License: gpl-3.0
- Created: 2011-02-15T12:49:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T02:58:37.000Z (almost 11 years ago)
- Last Synced: 2024-10-18T19:32:57.512Z (6 months ago)
- Language: C++
- Homepage: http://patriciogonzalezvivo.com/kinectcorevision.html
- Size: 47.2 MB
- Stars: 100
- Watchers: 12
- Forks: 30
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
**KinectCoreVision** is a refurnished version of the well know track application [CommunityCoreVision](http://ccv.nuigroup.com/) to use a KinectSensor.
This version of CCV was original designed for a light and portable setup of [Communitas multiTouch](http://www.patriciogonzalezvivo.com/2010/communitas/) Table for IEATA´s 9th International Conference (more info and videos about it). But it was lot of potencial.
# Binaries
**MacOSX**
* [Snow Leopard](https://dl.dropbox.com/u/335522/web/apps/KinectCoreVision-10.6.zip)
* [Lion](https://dl.dropbox.com/u/335522/web/apps/KinectCoreVision.zip)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**
* [Ubuntu 64bit](https://dl.dropbox.com/u/335522/web/apps/KinectCoreVision-linux64.zip)
```sudo apt-get install libusb-1.0-0-dev```
**Windows**
* [Windows XP](https://dl.dropbox.com/u/335522/web/apps/KinectCoreVision-Win.zip)