Cinder-Kinect
Cinder-Kinect copied to clipboard
Not compatible with latest version of Cinder
Hi, the examples won't build for me on the latest version of Cinder 0.9.0
i solved this problem by cloning the 'dev' branch. But came the link2019 error
The 'dev' branch definitely compiles with Cinder 0.9.0. But the examples seem to be still outdated. Trying to recreate my own basic example my program always crashed with the exception: libc++abi.dylib: terminating with uncaught exception of type cinder::Kinect::ExcFailedOpenDevice. Although Kinect::getNumDevices() returns 1, the exception is thrown as soon as I call Kinect::create().