Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuajnoble/ofxKinectV2
of addon for Kinect V2
https://github.com/joshuajnoble/ofxKinectV2
Last synced: 5 days ago
JSON representation
of addon for Kinect V2
- Host: GitHub
- URL: https://github.com/joshuajnoble/ofxKinectV2
- Owner: joshuajnoble
- Created: 2014-06-03T18:36:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T04:26:59.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T17:35:51.439Z (3 months ago)
- Language: C++
- Size: 24 MB
- Stars: 47
- Watchers: 17
- Forks: 22
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ofxKinectV2
===========This is an openFrameworks addon for working with the Microsoft SDK for the Kinect V2. There's a few caveats: you need a fairly specific setup to get this working. You'll need
* A computer with a USB 3 port
* Windows 8.1 (bootcamp ok but VM, not)
* [Visual Studio 2012 or 2013](http://www.visualstudio.com/)
* [A Kinect V2](http://www.microsoft.com/en-us/kinectforwindows/Purchase/developer-sku.aspx)
* The Kinect V2 SDK (will be released to the public in July)
* [openFrameworks with all the poco libs compiled for 2013](https://github.com/liquidzym/openFrameworks/tree/VS2013)Just to answer a few of the initial questions:
Can I use this on OSX?
Nope.
Can I use this on Windows 7?
Nope.
Can I use this on Linux?
Nope.
Why not?
Because we're just wrapping the functionality provided by the Microsoft Kinect team.
Where's speech recognition and face tracking?
Coming soon.