You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bottom of the article covers OFX. I've followed its instructions, getting the VS2013 build and building project generator then building a project with ofxKinectV2. The end of the article kinda fizzles out with the details regarding this component:
"Note that the add-on is already added but you will need to add the header to your source code and create the required variables to start using the plug-in. At this point, you can refer to the sample project to get more information with using the plug-in code. "
I get the following error from the example-Simple project provided:
error C1083: Cannot Open include file: 'KCBv2Lib.h': No such file or directory
same for ofxKinectCommonBridge.h
I assume this suggests that I do not have the Kinect Common Bridge Library installed or something related to that library.
Any support / suggestions / help would be great!
Thanks!
The text was updated successfully, but these errors were encountered:
I cannot get the Simple example to work but I think I'm close.
I've followed the instructions provided in the downloadable article from here:
http://blogs.msdn.com/b/kinectforwindows/archive/2014/07/15/getting-started-with-cinder-and-kinect-for-windows-v2.aspx
The bottom of the article covers OFX. I've followed its instructions, getting the VS2013 build and building project generator then building a project with ofxKinectV2. The end of the article kinda fizzles out with the details regarding this component:
"Note that the add-on is already added but you will need to add the header to your source code and create the required variables to start using the plug-in. At this point, you can refer to the sample project to get more information with using the plug-in code. "
I get the following error from the example-Simple project provided:
error C1083: Cannot Open include file: 'KCBv2Lib.h': No such file or directory
same for ofxKinectCommonBridge.h
I assume this suggests that I do not have the Kinect Common Bridge Library installed or something related to that library.
Any support / suggestions / help would be great!
Thanks!
The text was updated successfully, but these errors were encountered: