OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.55k stars 1.15k forks source link

Add example with C++ and OpenCV 2 #646

Open remmel opened 2 years ago

remmel commented 2 years ago

Add example using C++ and OpenCV 2 to display and saving RGB + D frames based on https://openkinect.org/wiki/C%2B%2BOpenCvExample Need to enable BUILD_CV (set (BUILD_CV ON))

Signed-off-by: Remy Mellet remy.mellet@gmail.com