Raspberry Pi 2 Setup Guide
Yeah - the new version of Raspbian (Jessie) now boots to the Desktop/X11 by default. if you are just running OF apps you can save some GPU memory by going back to the old way via raspi-config
View ArticleNo config.make files in 090RC2 examples. How to Compile?
It has been hanging for about an hour now. I think this is a bug. Do you know the problem? Basically, I am attempting to compile a copy of the empty example app with the only change being in the...
View ArticleError building for android: "Poco::Timestamp has not been declared"
Hi all, I am trying to build an android application with OF. The application runs in two other computers. However, it does not work on mine. I am using a mac. I run the command "make AndroidDebug" in...
View ArticleRaspberry Pi 2 Setup Guide
I have a bug report: compling an App (just a copy of the empty example) with the following addon.make file: pi@raspberrypi ~/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA $ cat addons.make ofxGui...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
I was able to compile with my cross-compiler but on the device it is taking forever on ofxPanel.cpp I opened up another ssh session to check the memory which appears to be the issue $ free -m total...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
Do you have a link that shows how to set up a cross compiler for openFrameworks 090 RC2 for RPI2?
View ArticleNo config.make files in 090RC2 examples. How to Compile?
It's a work in progress so be careful - check the comments for missing steps gist.github.com https://gist.github.com/PTS93/ef4016a6bc38ac1d5cc7 Cross compiler for RPi, Jessie, openFrameworks 0.9 #ON...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
I notice that you use the flag " --strip-components 1" in extracting the tar file. Is this necessary for extracting 090 RC2 tar files. It is not in the documentation.
View ArticleNo config.make files in 090RC2 examples. How to Compile?
you are honestly better off just trying it with export MAKEFLAGS='PLATFORM_VARIANT=rpi2' that will be slower but use less memory
View ArticleofPolyline open Arc
does that look like that using the normal opengl renderer? seems like a bug in the shiva renderer
View ArticleNo config.make files in 090RC2 examples. How to Compile?
yeah - turning off the multiple job flags worked for me on the device as for -strip-components 1 that is in the setup guide but not required - it just allows it to be placed in the openFrameworks...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
That worked! Thanks! Using just one CPU instead of all 4 was the solution. export PLATFORM_VARIANT=rpi2 instead of: export MAKEFLAGS=-j4 PLATFORM_VARIANT=rpi2 I guess using all 4 CPUs, though being...
View ArticleSend SMS Text Message from open frameworks
Hi, I'm creating a production that I would like people to interact with through their phones but I would like to send them information by text rather than giving it to them or telling them. Does there...
View ArticleWhat thread does update()/render() occur on?
Is everything on the "main UI" thread? Or does openFrameworks create a new thread to run update()/render() on? I think it is the latter, since I ran into a problem on Fire TV where I wasn't able to...
View ArticleSend SMS Text Message from open frameworks
While it is possible to hook up to older cell-phones via serial, the easiest way is probably using a service like Twilio. You should be able to interact with their API using the built in HTTP...
View ArticleOFAndroid doesn't work on x86 devices?
Probably Genymotion emulator can emulate this issue.
View Article"Undefined symbols for architecture i386:" error message for IPCAM2SYPHON
Hi, is it the same issue as this one? Fix for _CVDisplayLinkRelease etc errors x-code This one's for the Googlers [smile] If you're getting "Apple Mach-O Linker" errors for symbols like...
View Article"Undefined symbols for architecture i386:" error message for IPCAM2SYPHON
Thank you so much, my problem is now solved! Victor
View ArticleOpenFrameworks in Ecuador
hello i am currently involved in the creation of an interactive installation called Transmestizx and was wondering if there is any member of the OpenFrameworks community in Ecuador who could give us a...
View Article