Cinder-MsKinect icon indicating copy to clipboard operation
Cinder-MsKinect copied to clipboard

Cinder wrapper for the official Kinect SDK

Results 3 Cinder-MsKinect issues
Sort by recently updated
recently updated
newest added

The MSVC 2013 compiler requires `std::placeholders::_1`

https://github.com/BanTheRewind/Cinder-KinectSdk/blob/master/src/Kinect.cpp#L998 That line ensures that the device id is always `""`. Is this intentional? Seems to have made it into the code in commit 70b3c10.

The Cinder-KinectSdk dev branch works well under the new Visual Studio 2012 (v110_xp compiler) and the new Cinder appRewrite. But when switching from the "Debug" build to "Release", the program...