64bits openCV error convertToGrayscalePlanarImages
Nevermind! forgot to allocated the images.
View Article0.9.0 Release Candidate 1
hey @grayfuse usually we only tag the releases, not the release candidates, as we tend to find important bugs in the release candidates and would like to discourage any ongoing use of them. once 0.9.0...
View Article0.9.0 Release Candidate 1
@kylemcdonald That totally makes sense. Its been difficult understanding what addons are targeting what builds of oF, especially given people have been saying this is "compatible with 0.9" for months,...
View Article0.9.0 Release Candidate 1
i totally get that. "compatible with 0.9.0" means people are trying to keep up with github/master, but it's a potentially misleading thing to say when github/master is always changing. we would like...
View ArticleAssimp Collada show only one mesh
Hello again. I find two things thats cause the problem. First: you must disable option of Collada Options in Blender "Use Object Instances". Objects created from other with copy / pasted are marked as...
View ArticleofxExpire addon
OpenFrameworks addon to "expire" an app (prevent it from running after a given date). Sometimes you have to send your app over the internets. Or maybe it's an art installation for a show but you won't...
View Article0.9.0 Release Candidate 1
Hello, I have currently issues with loading a 3d model with assimp... the supported models by examples are working as expected but my own seems not to work. In version 8.4 my own Mesh was working as...
View ArticleofxExpire addon
if (howAgressive == binary) { s = ofSystem("rm -r ../../../*.app"); cout << s << endl; } else if (howAgressive == both) { s = ofSystem("rm -r ../../../*.app"); cout << s <<...
View ArticleVoice recognition libs? SPHINX?
Has anyone got any code to share or instructions for setting up Julius to work with openframeworks? I realize this is a really old post, but it would really help me. I did try the sphinx system that...
View Article0.9.0 Release Candidate 1
one thing...does the Android release have to be a tar.gz?Shouldn't it just be a zip cause of windows/osx/linux peeps.
View ArticleTouchscreen on a Raspberry Pi
Hi, I´m working with a 4" waveshare spotpear screen.I managed to get the screen working, but with some touch and scaling issues.There´s no touch events without X running and the framebuffer copy does...
View ArticleLost password links rotten
I´ve been having issues requesting a new password. Keep getting this message : Sorry, that password change link is too old. Select the Log In button and use 'I forgot my password' to get a new link....
View ArticleRPi + ofx3DModelLoader : model disappears
Hi Franz,Did you resolve it? How make the ofx3dModelLoader?
View ArticleSerial Port (OTG) for oF Android?
I've tried a number of methods form OF forums but have found that making my own JNI compatible lib will be a decent solution. Any other suggestions?
View ArticleofxRemoteUI addon
Hi. sounds cool. i tried to compile example example_datGui, but failed.used current master and its ofxJSON together with https://github.com/labatrockwell/ofxLibwebsockets some missing header in...
View ArticleAny way to "allow app to use accessibility" programmatically?
Hi, For anyone wondering about this, it helps to change your app's bundle identifier to something other than cc.openFrameworks.ofapp. After I did this, I was able to drag the app to "allow the apps...
View ArticleofxRemoteUI addon
Hi @inx, I think this is caused by ofxLibwebsockets also shipping jsoncpp (like ofxJSON) - as Dan pointed out here https://github.com/labatrockwell/ofxLibwebsockets/issues/27. Try to delete the...
View ArticleStop forced exit
You are probably going to have to use signal catching stackoverflow.com Using sigaction(), c/cpp asked by yotamoo on 06:19AM - 13 Jul 12 c++, c, signals
View Article