ofxFTGL and Raspberry Pi
Nicholas Knouf wrote: I'm having problems with ofxFTGL and the Raspberry Pi. Given that the distributed libraries in the repository are not compiled for the Pi, I'm using the system installed version...
View ArticleopenFrameworks for UDOO Udoobuntu - Working Recipe
Christopher Baker wrote: @jvcleave and @batchku I just got it all working on UDOO with the following magic potion: Install Udoobuntu v1.0 (http://www.udoo.org/downloads/) Install oF armv7l 0.8.3...
View ArticleRecording video with OMX
David Haylock wrote: Does anybody know of a way to record a ofPixel/ofTexture using OMX encoding? Ive been looking at the ofxRPiCameraVideoGrabber addon for clues but am struggling with OMX. Posts: 4...
View ArticleWiringPiISR Interrupts
Ian wrote: Hi everyone!I'm trying to setup WiringPi's interrupts within my openFrameworks app using the wiringPiISR function, documented...
View ArticleDistribute an app on raspberry pi
pikilipita wrote: Hello, I need to share an Openframeworks app with a user that won't have the Openframeworks toolkit installed on his raspbian SD card. What do I need to share with him apart from the...
View ArticleRaspberry Pi Open File Dialog
Dominic Amato wrote: I am using a raspberry Pi to control a homemade laser cutter and everything works, the only problem is when I try to open files the open file dialog window is created underneath...
View ArticleAn Disk Image of Rasbian+openFrameworks-0.8.3+Processing-1.5.1
BenVanCitters wrote: After getting the new Raspberry Pi B+ in the mail I got a good refresher course in how long it takes to download NOOBS, copy and install NOOBS, update and upgrade Raspbian,...
View ArticleSync Projections from Multiple Raspberry Pi / OMXPlayer
aferriss wrote: Hi all, I'm working on putting together an installation that will use multiple projections to create one large video wall. Each projector will be sent video from a raspberry pi running...
View ArticleRaspberry mp3 or wav file size limit
cyancdesign wrote: What is the file size limit for loading an MP3 or WAV into an oF app on the raspberry pi?I'm trying to load 2 files, one 9 min. (@9Mb) and one 5 min. (@5Mb) to run at the same time....
View Article[Help needed] Project Generator for arm/ODROID
Ibrahim Al Tiay wrote: Hey all, In trying to learn OpenCV, I stumbled upon OpenFrameworks. It looks like a very nice and intuitive framework and I hope that I can learn from and contribute to the...
View ArticlePrecisions for noobs for rpi tutorial
elid wrote: HiCan the people in charge of the website add a line in the tuto.I ran into some errors while compiling oF examples because my Rpi was not updated (I bought it a while ago). Could you put...
View ArticleoF compilation errors on raspberry pi
elid wrote: I tried to do the same install 3 times and still get some compilation errors when compiling an example, some help would be really useful. /usr/bin/ld:...
View ArticleofSetBackgroundAuto(false) not working on Raspberry Pi
Stian Remvik wrote: Hello! The ofSetBackgroundAuto(false) for not clearing the screen for each draw, doesn't seem to work on the Raspberry Pi. It is working fine on the Mac, but when I try the code on...
View ArticleError running videoPlayerExample on Odroid
Aaron Krajeski wrote: I successfully installed oF on my Odroid-U3 running Ubuntu 14 (trusty) using the method described here. So far all examples are up and running perfectly well (surprisingly well...
View ArticleSend files (and triggers) to RPi from OS X under a wifi network
moebiussurfing wrote: Hi,I am thinking a good way to send a xml file under a wireless network between the RPi and a OSX laptop or even an iOS device. I am looking in the ofxAddons section on the ARM...
View ArticleCrossPlatform dev Ubutu to Pi
bin23 wrote: Hey there !Sorry to begin with a noob question. Have tried setting up a CrossPlatform compile on Ubuntu for Raspberry Pi dev. Following these links : https:// github.com...
View ArticleReading an Audio Pipe in R-Pi as Audio input to OF App
Javi Aránega wrote: Hi there! I'm reading an rtmp stream via rtmpdump in the Raspberry Pi (Raspbian) and playing it with omxPlayer. To do this I used a named pipe like this. mkfifo liveaudiortmpdump...
View ArticleMy adventures with cross compiling for Raspberry Pi
johnty wrote: In case anyone else is attempting to do this with the basic instructions as documented here, I discovered the following while trying to make it work. also note there are other options as...
View Article[solved] RPi + sound synthesis
franz wrote: Hi all,does ne1 have pointers on how to do generative audio on the Rpi ?(without using an external sound card) 1- I've tried the bundled example audioOutputExample, but I've...
View ArticleRPi implementation works on another bcm SoCs?
Selu wrote: Theoretically OF RPi implementation may work with another Broadcom SoC? Posts: 6 Participants: 3 Read full topic
View Article