rpi2 of0.9 oscParametersReceiver example compiles but won't run
This is on a clean install of 0.9, it compiles but on runtime I get pi@raspberrypi ~/openFrameworks/examples/gui/oscParametersReceiver $ make run HOST_OS=Linux HOST_ARCH=armv7l checking pkg-config...
View Articlerpi2 of0.9 oscParametersReceiver example compiles but won't run
this is a known issue seems to be some bug with the latest gcc on arm: https://github.com/openframeworks/openFrameworks/issues/4409
View Articlerpi2 of0.9 oscParametersReceiver example compiles but won't run
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleofxGamePad Compile Errors
Unfortunately not. I eventually moved my project to use C# instead for the time being because of development time constraints. I'll come back and explore OF later on. I'll post back if I find any...
View ArticleUbuntu 15.10 : undefined reference to poco
Here it is : /home/francois/Desktop/openFrameworks/libs/openFrameworksCompiled/lib/linux64/libopenFrameworks.a(ofSystemUtils.o): In function `gtkFileDialog(GtkFileChooserAction, std::string,...
View ArticleTutorial for unit testing OF projects in Xcode
Oh, I see. I missunderstood. You're absolutely right it doesn't make any sense to test only methods that don't include OF methods. I just realized I set up the project and never got to use it! It...
View ArticleofVideoPlayer with lags on OF 0.9
Hi All!I've just ported a new project from 0.84 to 0.9, where I was playing two h.264 .mov files. It all worked fine on 0.84, but on 0.9 it looks like both stop for around half a second when one of...
View ArticleRender vector of strings to multiple textures
Hi everybody, Just started to learn OF and C++. I have a vector of strings, i want to render each string as text into separate texture and then apply these textures to different objects. What should i...
View ArticleMost efficient way to store highly variable collection of images from CV that...
Hello oF community! I'm currently working on a project that takes in a video input from ofVideoGrabber and runs a computer vision script on it. I'm using Kyle McDonald's excellent ofxCV. This is my...
View ArticleHow to send an array to a shader frag on oF0.9.0
Hi, forum. I'm trying to understand how to send an array to a shader frag. I want to send float array to frag. but i couldn't.I wrote follows In the ofApp: void ofApp::draw(){ myArray[0] = 1.0;...
View ArticleUbuntu 15.10 : undefined reference to poco [solved]
Well, I downloaded the stable branch on github and the compiling worked perfectly, still I couldn't get the master working. There is one error when compiling poco I didn't get with the stable version,...
View ArticleAutocomplete / Intelisense in VS2015
sort of, the functionality doesn't exactly mirror that of xcode. This really isnt a feature of OF but of the IDEs, VS works a little differently as you can see the function overloads only after you...
View ArticleMagnetometer coordinates differ testing on different devices
Hi all! I am working with a 360 degree image, that one can navigate by moving an iPad around. I use pictures from Ricoh Theta and bind them to a sphere. Then I get the magnetometer information using...
View ArticleInstallation problem RPi1 B on minibian
Hi. I'm having a hard time compiling OF.When at make Release -C ~/openFrameworks/libs/openFrameworksCompiled/project i get this: root@minibian:~# make Release -C...
View ArticleInstallation problem RPi1 B on minibian
That file is located at /opt/vc/include/bcm_host.h and is primarily used in ofAppEGLWindow.cpp If you are doing a headless app you may be able to hack it out but otherwise it looks like it's necessary.
View ArticleInstallation problem RPi1 B on minibian
It looks like the libraspberrypi-dev package contains it. You can try to install it with sudo apt-get install libraspberrypi-dev
View ArticleUpdating of0.84 project to of0.9: troubles with ofEvent
The error happens in ofEvent.h (line 277 - 285): template<class TObj, typename TMethod> void add(TObj * listener, TMethod method, int priority){...
View ArticleAutocomplete / Intelisense in VS2015
I am pretty familiar that it is a functionality of the IDE, however i think in VS it is called snippets, it is like when you write for and press double tab it completes the definition. So is there a...
View Article