-
Notifications
You must be signed in to change notification settings - Fork 36
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
infrared not working with kcb1 or kcb2 #35
Comments
Confusingly ofxKinectCommonBridge is only for the Kinect 1, but the IR streams should be working afaik. Will look into it. |
hi one thing dows the th ekinect have to be a K4W or can it be a xbox kinect 1414 Error 4 error LNK2019: unresolved external symbol "public: void __thiscall ofxKinectCommonBridge::drawIR(float,float,float,float)" (?drawIR@ofxKinectCommonBridge@@QAEXMMMM@Z) referenced in function "public: virtual void __thiscall ofApp::draw(void)" (?draw@ofApp@@UAEXXZ) C:\Users\david\Google Drive\openframeworks\of_v0.8.4_vs_release\apps\KinectV1Tests\myKB2_one\ofApp.obj myKB2_one Error 5 error LNK1120: 1 unresolved externals C:\Users\david\Google Drive\openframeworks\of_v0.8.4_vs_release\apps\KinectV1Tests\myKB2_one\bin\myKB2_one_debug.exe 1 1 myKB2_one |
Hey, I'm getting the same link error (LNK2019: unresolved external symbol "public: void __thiscall ofxKinectCommonBridge::drawIR(float,float,float,float)") Did you ever get this resolved? Thanks |
hi
ir stream is not working with either kinect.. with kcb1 i get a break. the other streems are working fine.
The text was updated successfully, but these errors were encountered: