HTML rendering on Raspberry Pi (2)?
@Prof_Sparkles wrote: I was wondering if anyone has tried to use any of the several available addons that wrap a form of chromium to render websites.They all seem very platform specific so I'm really...
View ArticleExhausting all GPU memory on Pi?
@ukle wrote: Is there a way to expand the amount of memory available to the GPU for textures? If I create textures or Fbos with a total exceeding 1920x1080, they simply appear as empty or occasionally...
View ArticleArduino Leonardo Keyboard on Raspi
@badaf wrote: Hi all,I'm using an arduino leonardo to send keyboard messages to my Raspberry Piit's working well in raspbian shell when I run my OF program, the arduino leonardo is not recognized as a...
View ArticleErrors using OpenCV windowing (cv::imshow/cv::namedWindow) on Raspberry PI 2
@georgeprofenza wrote: I am trying to generate a secondary window to display a cv::Mat into, but I'm running into some linking/GTK errors that I don't really understand:...
View ArticleofxCv errors on Raspberry PI2
@georgeprofenza wrote: I am trying ofxCv on my new Raspberry PI2 and I seem to run into a few errors: In file included from ../../../addons/ofxCv/src/ofxCv.h:10:0, from...
View ArticleIssues with ofxLibwebsockets on Raspberry PI2
@georgeprofenza wrote: I am trying to use ofxLibwebsockets, but at the moment I can't seem to get the examples fully working. The code compiles fine and the server examples not using GL calls work...
View ArticleRaspberry Pi2 problems with HTTP requests
@jaapva wrote: Hi all, Just took my first steps in exploring OpenFrameworks. Had no problems with doing some graphics, but now I want to get the weather from www.openweathermap.org using the following...
View ArticleRaspberry Pi 'Segmentation fault' on loading gif/sound files
@vladstorm wrote: Hi, I'm writing a audio sampler on raspberry pi.Everything works but i have this strange 'segmentation fault' error while loading GIF files. So at first I used only SoundPlayer to...
View ArticleProblem (green window) with of-0.8.4 on Raspberry Pi 2
@biasi wrote: I have a problem with openframeworks 0.8.4 (linuxarmv7l) on my distro Linux;framework is build correctly but when I compile and execute the example app I see a window green and if I try...
View ArticleCycle Chaser Project on Raspberry Pi 2 Problems Compiling
@bakercp wrote: I'm trying to follow the Cycle Chaser example by Matt Richardson but with a new Raspberry Pi 2. I followed this setup guild from start to finish with success, aka, got the example to...
View ArticleProblems compiling OpenCV examples on raspberry pi 2
@bakercp wrote: Thanks for the posting. I was able to compile OF on RPI2 However some of the projects that require math libraries are failing. I tried compiling the addons/openCvExample and the linker...
View ArticleHow to setup external Audio Input on Raspberry Pi 2?
@georgeprofenza wrote: I'm trying to compile the audioInputExample from examples/sound, but I'm running into some issues opening the device. I have a small USB sound card with an external microphone...
View ArticleStrange line/triangel in stroboscopic color changes with opengl on raspberry
@rak_multi wrote: Hey Guys, I am having a strange problem with an OF project on my raspberry. For example I draw a rectangle fullscreen and change its color between black and white every single...
View ArticleLoad Errors on RPi 2
@Bentley wrote: Hello, I'm working on porting an oF app that I developed on rpi B+ to the new RPi 2. I've found a strange bug that I cannot seem to work around easily. When I try to load images or...
View ArticleShaders on the RPi 2
@bendylegs wrote: Has anyone got the ofxFX addon examples to work on the rpi2? Or is that unrealistic? In file included from ../../../addons/ofxFX/src/ofxFX.h:35:0, from src/testApp.h:11, from...
View ArticleUnable to compile for Raspberry Pi
@bakercp wrote: @bakercpI get this when i run the make file of the project make[2]: g++: Command not foundmakefileCommon/compile.core.mk:228: recipe for...
View ArticleTransfer data between a number of Raspberry Pis
@matth wrote: I'm planning a project which will require data to be transferred between two or three Raspberry Pis all running openFrameworks apps. At the moment I'm thinking that connecting them with...
View ArticleDisplay image slide show from command line(no startx)
@OFDM wrote: Hi All - I am creating an application in C/C++. For that a requirement is to create an image (.jpg/.bmp etc.) viewer/slide show. But the program will rum from console. That means I don't...
View ArticleOf + boost on raspberry pi 2
@grudento wrote: Hi, I have an of-application depending on boost that was developed on Windows with Visual Studio 12. Now I want this application to run on a Raspberry Pi 2. The pi was setup as...
View ArticleofxKinect tilt control on Raspberry Pi2 does not go below 0 degrees
@usama_ wrote: Hey there, So I've been using the default kinect addon provided by openframeworks and my code works just fine on my windows, pi2 and linux machies. On the raspberry pi2 however the tilt...
View Article