Hi
today I pulled from git
but now the ofxKinect is not working anymore
I get the following error
cannot declare field ‘testApp::kinect’ to be of abstract type ‘ofxKinect’
I am using the Kinect example from Memo in
openFrameworks/addons/kinect
Hi
today I pulled from git
but now the ofxKinect is not working anymore
I get the following error
cannot declare field ‘testApp::kinect’ to be of abstract type ‘ofxKinect’
I am using the Kinect example from Memo in
openFrameworks/addons/kinect
Here’s a temporary fix.
Add the following to ofxKinect.h:
ofPixels& getPixelsRef(){};
The git repository is changing a lot recently, so be wary of using it to write future proof code.