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

Not compatible with latest version of Cinder

Open CorpusCallosum opened this issue 9 years ago • 2 comments

Hi, the examples won't build for me on the latest version of Cinder 0.9.0

CorpusCallosum avatar Dec 06 '15 20:12 CorpusCallosum

i solved this problem by cloning the 'dev' branch. But came the link2019 error

wangkr avatar Feb 29 '16 05:02 wangkr

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().

davidbeermann avatar Jun 13 '16 11:06 davidbeermann