ofEasyCam + Zooming
Hey everyone, I was wondering if anyone has an implementation working that enabled zooming on ofEasyCam on iOS.Seems like the current (0.9) version only supports panning and rotation. Appreciate it!
View ArticleCan anyone recommend a good video recorder for Windows?
I was trying to integrate this into my big project and I encountered some issues related to the pipes. I am not using audio and it appears that there were some inconsistencies in the code related to...
View ArticleHow to add OF to an existing C++ project in Ubuntu
I have an existing graphics program with OpenGL in Ubuntu. I want to use some functions in OF such as KInect related addons in my own graphics program. I suppose OF is a library and I may use it as a...
View ArticleofxFlowTools: optical flow, fluid dynamics and particles in GLSL
That visualisation also does not do what it is supposed to do (unless the simulation is empty).I'm sorry, but I am afraid i cannot help you with this problem at this time.
View ArticleofxMaxim Tutorials
Hi everyone, I am currently building a tutorial series on ofxMaxim. https://www.youtube.com/playlist?list=PLENvetlSRggceM0SIFek7pOHnGPj7mIwT I won't promise that my explanations are perfect, nor the...
View ArticleEDSDK old versions
Where can I find older versions of the OSX EDSDK? I'm looking for v2.14, which seems to be the last version tested to work with ofxEDSDK. If you have a copy and are willing to share, please email me...
View ArticleInstallation problem RPi1 B on minibian
Compilation started! AFAIK everything is OK for now. Thanks for help!
View ArticlePosing with ofxAssimpModelLoader
I would check out https://github.com/NickHardeman/ofxFBXIt allows both posing and animations.
View ArticleHow to add OF to an existing C++ project in Ubuntu
Although OF is mainly oriented to be used as a framework rather than a library, ie: it imposses certain structure to your application... since 0.9.0 there's a new call ofInit() that starts all the...
View ArticleMost efficient way to store highly variable collection of images from CV that...
in cases like this ususally the most optimal is to decide the max number of faces you are going to recognize and create as many images/planes or any other object you might need from the beginning...
View ArticleCan anyone recommend a good video recorder for Windows?
Yeah I forgot to fix that about the numbered pipes, good catch in that regard.
View ArticleAutocomplete / Intelisense in VS2015
no but intellisense already does most of that for you. I can see why it would be helpful but I know its not on any priority list https://msdn.microsoft.com/en-us/library/hcw1s69b.aspx
View ArticleArduino / of0.9.0 / of0.8.4
I dont know if you ever fixed this but it seems a fix was proposed but never pulled in that was linux specific github.com/openframeworks/openFrameworks fixes ofSerial::writeBytes on unix which fixes...
View ArticleSoundCloud Uploader
Hi everybody, I'd like to add an "upload track to soundcloud" feature to my OF app.It seems that we don't really have an addon for that. Could anybody point me in the right direction to achieve that?...
View ArticleSoundCloud Uploader
You will probably have to use something like ofxHttp and then utilize the sound cloud API https://developers.soundcloud.com/docs/api/guide
View ArticleArduino / of0.9.0 / of0.8.4
No apology necessary - I got sidetracked (teaching OF, no less ), and shelved the issue. Anyway, this is very interesting: it could also explain the half-initialization state I seemed to have...I'll...
View ArticleSoundCloud Uploader
Thanks!i checked out the examples and didn't find one using oAuth2, Is there an example using OAuth20Credentials somewhere ? I'm really a noob when it comes to APIs, servers, networking
View ArticleArduino / of0.9.0 / of0.8.4
I revived the issue on github as well, just be careful because the changes to that file are actually stale and don't reflect ofSerial's current implementation in 0.9.0. Still I would look at the...
View ArticleSoundCloud Uploader
Are you referring to an ofxHttp example or the oauth2 example in soundclouds api? if its the latter its here:https://developers.soundcloud.com/docs/api/reference#token and one might not exist in an...
View Article