ofxKinectCommonBridge
ofxKinectCommonBridge copied to clipboard
infrared not working with kcb1 or kcb2
hi ir stream is not working with either kinect.. with kcb1 i get a break. the other streems are working fine.
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 sorry about the kcb2 i got confused i been having problems getting ir streams from a number of addons for both 1 and 2. if i use drawIR instead of draw i get these errors
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