Face tracking with dlib?
this sounds very exciting.thanks for uploading the project. it compiles fine on OS X 10.10.2 and OF 0.9.0.but i get this error when trying to run it: dyld: Library not loaded: ./libfmodex.dylib...
View ArticleofxUI as displayer
Thank you very match it is working well I have a question I would like to disable the editing mode but i don't know which attribute can i use to do that?For example : the mouse editing has to be...
View ArticleAugmented Reality situation in oF
Arturo's wrapper for ArUco (https://github.com/arturoc/ofxAruco) might be useful too.
View ArticleAugmented Reality situation in oF
Cool, sounds interesting. Thanks for pointing in these directions. Will certainly have a look at it.
View ArticleRaspberry pi 2 + kinect
Hi @danielJay - did this work out for you? I have a clean install of Raspian Jessie and 0.9.0 and the same troubles as you: kinect detected, but no data.
View ArticleFace tracking with dlib?
Thanks @roymacdonald! I'm getting the same error, I'll spend some time with it to see if I can see what's going on...
View ArticleHow do you correctly install oF?
I still can't figure it out, Visual Studio 2015 is missing all of __builtin_ except one and Code::Blocks says can't open icon file 'icon.ico': No such file or directory and goes then for every header...
View ArticlePass 'this' pointer from parent to child object: scheduler/ofTimer system
Right on. I'll keep trying. I haven't gotten around to working with audio in OF, yet. I've been designing a graphical user interface: It's a polar grid of buttons that keeps up with which beats the...
View ArticlePass 'this' pointer from parent to child object: scheduler/ofTimer system
By the way, my failed attempt at forward declaration was giving me an "Incomplete Type" that the Timer class could not initialize a pointer to .. I'll figure it out. I'll continue studying Threads for...
View ArticleofImage resize is so inefficient,any ideas?
may be this is ok: ofFbo fbo; fbo.allocate(src.getWidth()/8,src.getHeight()/8); fbo.begin(); ofScale(1.0/8,1.0/8); src.draw(0,0); fbo.end(); ofPixels pix; fbo.readToPixels(pix); dst.setFromPixels(pix);
View ArticleFace tracking with dlib?
@andydayton @stephanschulz Ohh that's odd. I'm using osx 10.9.5 and OF from github, pulled recently.by looking at that error message I'd say that the libfmodex.dylib should be in the same directory as...
View ArticleFace tracking with dlib?
@stephanschulz I was able to get it up and running by updating the project build settings. In Project Settings -> Build Phases -> Run Script I found this line in the shell script:...
View ArticleException thrown with GLSL app running in browser with Emscripten
Hello All! I am currently in the process of trying to get my OF app to run in the browser. I'm using the excellent Emscripten to achieve this. I followed the tutorial on the OF website to setup my...
View ArticleHow do you correctly install oF?
Are you able to open and build any of the VS solutions in "of_v0.9.0_vs_release\examples"?
View ArticleofToDataPath format on Windows, double slash
I'd have to dig through the projects to find the specific time i needed to do that because I can't remember what exactly was causing the problem. Its possible it was something on my end but if i find...
View ArticleC3861 C4819 errors Local Windows Debugger with Visual Studio 2015
https://msdn.microsoft.com/en-us/library/ms173715.aspx?f=255&MSPPError=-2147217396
View ArticleLinking openframeworks libraries on eclipse error
some has this setup running following this guide on http://openframeworks.cc/setup/android-eclipse/el capitan?
View Article