ofxOMXPlayer icon indicating copy to clipboard operation
ofxOMXPlayer copied to clipboard

OpenMax accelerated video player for openFrameworks on the Raspberry Pi 0-3. Does not work with RPI4

Results 12 ofxOMXPlayer issues
Sort by recently updated
recently updated
newest added

We tried ofxOMPlayer in ofxPiMapper, looping video is not seamless with any of the formats and audio tracks we tried. This was on an RPI2B, is there a setup that...

I'm trying to run the ofxOMXPlayer in RaspBerry Pi 3 (debian version 10.6, Linux raspberrypi 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l GNU/Linux) with OF version 0.11.0....

I try to build ofxOMXPlayer First of all I install openframeworks 0.10.0 by instructions from https://openframeworks.cc/setup/raspberrypi/raspberry-pi-getting-started/ ``` sudo apt-get clean sudo apt-get update # expand filesystem and set GPU memory...

Hi everyone, I feel reaally stuck here and I hope there is someone up for help I'm a complete noob but I managed to run the openFramworks examples on my...

I don't believe this addon (at least texture mode) is going to be ported to the RPI4 From the [RPI forums](https://www.raspberrypi.org/forums/viewtopic.php?p=1597746&sid=e07b9bd7dedbfa3c0d319c8003289c6f#p1597746) "If you mean OpenMAX egl_render component, it is not...

Line 153 of PlatformDefs.h is conflicting with ofxMidi ``` #define byte unsigned char ``` Uncommenting this line works

I've working code on one pi that plays a movie over headphones. Another pi refuses to play sound over headphones in any . They're both compiled against of 10.1 and...

maybe you know this already, but when i try playing any example on the pi _composite_ output on `master` all i get is a white screen. the same clip plays...

I have tried to compile the add on in my project but the compiler always shows this error. I have no idea how to solve this problem. Thank you for...

Hello, I stumble upon an unpredictable segmentation fault running my program. To reproduce the crash: I create and I destruct a lot of ofxOMXPlayer objects, and the crash can happen...