Elliot Woods
Elliot Woods
hint : I won't attempt to 'properly' fix this until I hit this issue myself at the point where I'm actively developing something in oF anyway :)
If it can't find the include then it sounds like you haven't added the `.props` file which adds the include path to your project Please check through the notes at...
Thanks for this Will merge when the time.comes Happy to make a branch to keep it if you prefer
if you're getting black frames coming in, then it's usually an issue with wrong frame format perhaps related to the PSF setting? best thing to try in this situation is...
Please try with the new auto-mode feature added by @mattsonic Might fix your issue
hey! Thanks for the kind words! It definitely should be `#include "ofxLiquidEvent.h"` I can see a few examples where this is wrong: https://github.com/elliotwoods/ofxCvGui/search?l=cpp&q=addons&type=Code&utf8=%E2%9C%93 I've made some changes to ofxCvGui recently...
heya! i did a quick pass over to remove ../../../ style paths thanks for reporting
You need to use Virtual COM API I think it's like 3-5 Lines which need changing (similar to OS X support)
Ah my apologies. This is in the latest master of oF. I should do a check against oF version
do the examples build and run?