ofxCv on android
Hi, trying to compile an android project in android studio including ofxCV.Gradle seems to hang on build. Did someone encountered the same problem ? Could someone point me in the right direction to...
View ArticleMouth tracking with ofxFaceTracker
As far as I can tell, ofxFaceTracker only works if the entire face is visible. Did you do this with only a partial face visible to the camera?
View ArticleXcode 7> symbol(s) not found for architecture x86_64 clang: error: linker...
Getting a compile bug when trying to compile the facesubstitution demo from github.A google search turned up Fix for "undefined symbols" when building in Xcode 6 x-code Xcode 6 has a rather insidious...
View ArticleFMOD conflicting DLL file problem?
Hi everyone, I am trying to get some sounds working through FMOD in openFrameworks. But I can't seem to find why I am getting the following error on running my code. I first tried to use...
View ArticleEnabling blend modes with faceSubstitution
I'm successfully compiling the amazing faceSubstitution demo on github using ofx 0.9.Created a working 0.9 fork herehttps://github.com/jBachalo/FaceSubstitution/tree/master/FaceSubstitution My next...
View ArticleSearchable Addons Site
Hello, I put this together over the weekend hoping it might be useful to the community. http://addons.braitsch.io It allows you to search for addons by keyword and sort the results by popularity or...
View ArticleRaspberry Pi camera board + OF
install gcc:sudo apt-get install gcc-4.7 (there is 4.8,4.9 too but i think you want seven) I would google to make sure.check version:sudo gcc --version again the commands are right but do some...
View ArticlemousePressed equivalent of toggle button
Hi sorry for the amateur hour question but I haven't worked much with the mouse before I am trying to make a simple toggle box. To toggle a bool with keyboard I would right this: void...
View ArticleofxInkSim: ink deposition simulator
Hi Akira,I made these plants in oF using vectors, and I wanted to apply a painting aesthetic to it. You can take a look here: Plant example
View ArticleIs it possible to send uniform arrays to shader?
Yesterday I asked this question, but now I am unsure if it's even possible? Sending uniform vec2 arrays to shader beginners I have a hard time getting arrays of ofVec2f to my vertex shader. I simply...
View ArticleRaspberry Pi camera board + OF
currently the Pi2 has Raspbian 4.8.2 installed.strange, because all other openframework example work just fine.but i guess i will give 4.7 a try.
View ArticleIs it possible to send uniform arrays to shader?
yes that's totally possible but there was a bug in ofShader in 0.9, i've just fixed it in master you can apply the patch which is pretty simple from the commit:...
View ArticleInitialize an instance with string
I'm pretty sure that the issue is that your Pic class does not have a constructor that takes no arguments. This is also known as a "default constructor" in C++. See this page for a reference (the...
View ArticleModern C++ Tutorial within OF
Hello,I was curious if anyone out there new of some good C++11 tutorials using openFrameworks? Found this great tutorial on how to make a quick game with C++11 and 14 although it's all done in SFML....
View ArticleOfxfft basic setup on osx?
I was running into the same issues @phoenixperry was. I downloaded the precompiled libs (as mentioned int the readme) and tried adding them to the xcode project (both in the header compile paths and...
View ArticleParsing command line arguments
I recently transitioned a project from TCLAP to optionsparser.h (The Lean Mean C++ Options Parser). It's only a single header and formats things more how I like (like gopts), although it's built...
View ArticleOF 0.9.0 Rasberry Pi B+ sound problem
I'm getting the same errors that @forcecode is with the same aplay -l and aplay -L output he is receiving. [warning] ofSoundPlayer: ofSoundUpdate() not implemented on this platform I've also made sure...
View ArticleNew addon: ofxManipulator
http://cvl-robot.hateblo.jp/entry/2015/09/17/115748 3DSMaxやMAYAの操作系を真似て作られたLibGizmoがよくて、それをopenFrameworksに持ってきたofxManipulatorが3次元操作のためにとても使いやすい。 http://cvl-robot.hateblo.jp/entry/2015/12/07/164319...
View ArticleCan openFrameworks do live coding and how
@procedural wohoo, reviving an old thread i've been using the live coding quite a lot, still the style where i only change a small part of the application but leave the main ofApp untouched. i used to...
View Article