Using downloaded add-ons on Raspberry Pi
@nicourense98 wrote: I downloaded an add-on for my Raspberry Pi to use and put it in my add-on folder; I am also doing #include “ofxGPIO.h” in my header file yet when I run the program it is not...
View ArticleLoad videos from Raspberry Pi 3 B
@nicourense98 wrote: I have a video that I want my openFrameworks program to open and play from my Raspberry Pi, where should I put this video, in the bin folder? Also is it OK to use a .mov or should...
View ArticleofxOMXPlayer not displaying videos
@nicourense98 wrote: So I have created my own new project and copied and pasted the ofApp.cpp and ofApp.h code from the OfxOMXPlayer example-basic into my new project and have gotten it to work with...
View ArticleRPi seek to frame in video (sliced?)
@CCx266 wrote: Hello everyone, Goal: vary the play speed of a video on the Raspberry Pi. With ofxOMXPlayer, the speed cannot go higher than 1.6x, because it has to load all the frames in between, it...
View ArticleofxOMXPlayer not displaying video
@nicourense98 wrote: I have gotten my Raspberry pi to display videos using the ofxOMXPlayer addon, however, now I am trying to not display the video at the very beginning, but only display it when an...
View ArticleofSetColor() messing with ofxOMXPlayer video display
@nicourense98 wrote: How do I modify the color of one thing using ofSetColor() without causing problems to the video display? As of right now, I am using ofSetColor() to edit the color of one thing...
View ArticleAdding link to librairies
@CCx266 wrote: Hello, There is some C++ code that I want to run, and I made it comply into an OF app. There was a CMakeLists.txt file included with the source code and I think there is information I...
View ArticleRPi3 with Stretch (armv7) and openframeworks?
@aaa wrote: I know the old advice was to use the armv6 branch of OF, but now that Raspbian is built on armv7 has that changed? I tried compiling it and got this:...
View ArticleTrouble with servo using ofxGPIO
@aaa wrote: I’m having trouble with the ofxGPIO example. I got the blinking LED sketch to run. The servo sketch compiles and runs, spits out console info, but doesn’t turn the servo. #include...
View ArticleInstruction for installing OF 0.10.0 on Raspbian Stretch?
@cuinjune wrote: Hi, I’m trying to install OF 0.10.0 on Raspbian Stretch (armv7) Where can I find the installation guide? Is it okay to follow this guide although this is about installing OF 0.9.8 on...
View ArticleofGLFWWindowSettings was not declared in this scope
@cuinjune wrote: Hi, I’m trying to build my OF project on RPi, but I get the following errors. error: 'ofGLFWWindowSettings' was not declared in this scope error: invalid static_cast from type...
View ArticleHelp getting i2c, or specifically pca9685 servo HAT to work
@aaa wrote: I’m using wiringpi, and so far I’ve had good luck with it. I want more control over my servo (and to add more than one eventually) so I opted for this Pi attachment. I looked over the...
View ArticleTrying to cycle through images on pi
@pixel_forest wrote: Hello, I am trying to cycle through an array of 120 png images on the pi to create an animation, but when I run it, it is blank. The images are 1620 x 1080 at 72 dpi. Here is my...
View ArticleofxOMXPlayer latest version not looping?
@rychrd wrote: Hi I’ve just been trying out the new ALSA support in ofxOMXPlayer (thanks @jvcleave!) which works really well but for some reason i’m having trouble looping videos, which has never been...
View ArticleSave Fbo texture to ofPixels Raspberry Pi3
@pierre_tardif00 wrote: Hi, I’m struggling to save the texture of an Fbo into an image. The format has to be very long (300 by 3000). I’m running a rPi3 with the latest openframeworks armv6 (not...
View Article"couldn't create GLFW window" when cross-compiling for iMX6
@alvaroga91 wrote: Hi there! I’ve been trying for the past week to try to compile some of the examples of OF for the Toradex Apalis iMX6Q, which is based in NXP’s iMX6Q, and after dealing with all the...
View ArticleRpi3 ubuntu mate
@pandereto wrote: Wich version of openframeworks i need to download to use on a rpi3 with ubuntu mate? linux armv7? thank you! Posts: 1 Participants: 1 Read full topic
View ArticleRaspberry pi model b 3+ 1920x1080 video player with GLwarper
@kkkkkkkk wrote: Hi, I want to map a 1920x1080 video preferably via ofxGLwarper last time I tried to do this with raspberry pi model b2 it was a bit slow, has anyone tried something similar with the...
View ArticleCan't send OSC. RPi3 systemd ofxOsc
@drinkingOrange wrote: hi. I am trying to run oF on RPi3 with systemd. //USE// RPi3 raspbian stretch oF 0.10.0 //PROBLEM// when make run oF through systemd, oF run ok but can’t send osc. here are...
View ArticleOccasional flickering on movie load
@LSka wrote: Hello there, this is my first post here, so please let me know if I’m breaking any etiquette rules Let’s jump to my issue: I have a sketch which runs on a Raspberry Pi 3 B+. It loads...
View Article