Adding ofxCv to project get error > ofxCv/Flow.h file not found
You'll need to use the project generator or manually include the add-on in the header search paths. Dragging it in directly without adding the correct entries to the header search paths won't work.
View Article32 * 32 led matrix chain
I use before fade candy with open frameworks and a rpi2 check out thishttps://github.com/DHaylock/ofxOPC
View Article32 * 32 led matrix chain
yeah! but fadecandy only control 8 channels! im running 4 screens of 32 *32 with the rpi2.
View ArticleofSerial writeByte issue
i'm not too sure is this a bug or what,i'm testing a really simple app which send command to trigger the arduino delay module something like this: serial.enumerateDevices();vector deviceList =...
View ArticleofSerial writeByte issue
Assuming that in both cases you are sending an ASCII '1', not the byte of decimal value 1 ... ? Hm ... does ofxSerial give you similar issues (https://github.com/bakercp/ofxSerial use develop branches...
View Article32 * 32 led matrix chain
Fadecandy can drive 512 leds each ... right? So you should be able to run the whole thing with 8 fadecandy's (under perfect circumstances).
View ArticleopenFrameworks IDE plugins
I've been working on some plugins for the different IDEs we have support for, they add the possiblity to create new projects from withing the same IDE, add and remove addons... they are still...
View ArticleofImage draw anti-aliasing
It really looks like there was some small scaling of the images that's breaking the antialiasing, can you post the images you are using?
View ArticleopenFrameworks IDE plugins
Thanks a lot. I am very interested in using Qt Creator on osx.Are there any plans to support Qt Creator on osx? And is it possible to integrate oF into qt projects?
View ArticleopenFrameworks IDE plugins
I'm going to look into making qtcreator work in osx too since there seems to be some interest in it. about using qt itself with OF i think someone recently did something similar, probably an...
View ArticleopenFrameworks IDE plugins
wow. this is a shock!all at once. Especially ability to add/remove addons from the project is really interesting. Where do you see this going?It looks pretty much done. Possibilities: * Download...
View ArticleopenFrameworks IDE plugins
downloading addons would be great, we probably should figure out a common rest api or similar for ofxaddons.com so all the different tools we have can use the same format. i think the main feature...
View ArticleopenFrameworks IDE plugins
Great ideas and work! @arturo, I'm going a bit out of scope, but wouldn't be nice to find a way to gather examples? User examples, I mean. I know we have a specific tag here in the forum, but it feels...
View ArticleopenFrameworks IDE plugins
example:https://github.com/YCAMInterlab/ofxTimeline/tree/master/ofxTimelineLib Rick Barazza describes it at:http://rbarraza.com/adding-ofxkinectforwindows2-to-a-new-or-existing-of-project/(although he...
View ArticleopenFrameworks IDE plugins
oh ok, the way it currently works is by parsing the filesystem and the addons_config.mk, the advantaqge of that is that you only need one file for all platforms, if we had visual studio projects per...
View ArticleA DirectShow video player for openFrameworks
Hello,I am getting this error: ofApp.obj : error LNK2019: unresolved external symbol "public: __thiscall ofDirectShowPlayer::ofDirectShowPlayer(void)" (??0ofDirectShowPlayer@@QAE@XZ) referenced in...
View ArticleTrouble with Code::Blocks and parallels on an Intel MacBook Pro
Thank you very much. Thats pretty easy but it helped me a lot.
View ArticleopenFrameworks IDE plugins
Yessssss!!! I was already seriously looking at qtCreator. My time with Codeblocks is DONE.
View ArticleGetting geographical coordinates
Hi everyone, I'm trying to get some geographical coordinates in order to calculate an azimuth coefficient I'd like to feed an HRTF filter with. Basically, it deals with audio augmented reality and...
View Article