Skip to content

An addon for the new Kinect For Windows V2 sensor.

Notifications You must be signed in to change notification settings

vinouz/ofxKinectV2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofxKinectV2

An addon for the new Kinect For Windows V2 sensor. Based on the excellent work by the https://github.com/OpenKinect/libfreenect2 team ( @JoshBlake @floe and @christiankerl plus others )

New:

  • Optimized for openFrameworks release 0.9.0
  • Uses shader based decoding by default = much faster decoding
  • Less crashes on startup and shutdown
  • Supports both the early beta device and the new retail device.

Notes:

  • Currently only supports one Kinect V2 at a time.
  • Kinect needs to have flashed firmware ( this currently needs to be done on Windows 8 )
  • Requires USB 3 port on machine.
  • Only tested on OS X though Win / Nix should be possible too with patched libusb ( see: https://github.com/OpenKinect/libfreenect2/blob/master/depends/README.depends.txt )
  • If you have the ofxKinect ( v1 ) addon in your project remove the ofxKinect libusb lib and use the one that comes with this repo instead.

Huge thanks to @christiankerl for a lot of the recent changes that made this work well on OS X.

About

An addon for the new Kinect For Windows V2 sensor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.2%
  • C 29.0%
  • GLSL 1.8%