Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordanhandy/interactivewallv2
Multi Touch on Flat Surfaces with Kinect V2
https://github.com/jordanhandy/interactivewallv2
Last synced: 1 day ago
JSON representation
Multi Touch on Flat Surfaces with Kinect V2
- Host: GitHub
- URL: https://github.com/jordanhandy/interactivewallv2
- Owner: jordanhandy
- Created: 2014-11-22T14:57:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T23:35:28.000Z (about 5 years ago)
- Last Synced: 2024-03-02T08:23:12.333Z (9 months ago)
- Language: C++
- Size: 43.9 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive Wall Version 2
### Requirements
- Windows 8/8.1
- A USB 3.0 port
- A Kinect V2
- Kinect V2 SDK: http://www.microsoft.com/en-us/download/details.aspx?id=44561
- Visual Studio 2013 (full or express verison)### To set up and compile project
1. Download this OpenFrameworks Fork: https://github.com/liquidzym/openFrameworks/tree/VS2013
2. Download this Kinect V2 addon: https://github.com/elliotwoods/ofxKinectForWindows2
3. Extract OpenFrameworks to a known place.
4. Extract ofxKinectForWindows2 to **(OpenFrameworks root)/addons** & rename to just "ofxKinectForWindows2"
5. Copy this project into **(OpenFramworks root)/apps/myApps/**
(make sure you create the "myApps" folder, if it's not there)
6. go to the **(OpenFrameworks root)\addons\ofxKinectForWindows2\ofxKinectForWindows2Lib** folder, edit "ofxKinectForWindows2Lib.vcxproj" and modify lines 21, 27 to "v120" (it is v110, which will only compile with Visual Studio 2012)7. Compile, you will get an error in the "Proceses.h" file, comment out the three lines causing the error.
8. Compile & enjoy!