-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
complications w/ openframeworks 007 #2
Comments
ok, I had to update the code to reflect the 007 ofxKinect example and it worked, although could still use some tweaking. here's an updated testApp.cpp if you want to confirm and then update GitHub #include "testApp.h" //--------------------------------------------------------------
} //--------------------------------------------------------------
//interestingly, the cvAnd will throw this off entirely
} //--------------------------------------------------------------
} //-------------------------------------------------------------- //--------------------------------------------------------------
} //-------------------------------------------------------------- //-------------------------------------------------------------- //-------------------------------------------------------------- //-------------------------------------------------------------- //-------------------------------------------------------------- |
hi there-
I got this working last fall, and just recently updated your new version. However, it isn't working. There were still references to deprecated or removed ofxKinect calls eg
kinect.getCalibration().setClippingInCentimeters(clippingNear, clippingFar);
etc
the picture resolves, but the kinect map does not. My ofxKinect example runs fine however
Let me know if there are any known issues. thanks, cindy
mac os 10.8
The text was updated successfully, but these errors were encountered: