I am working with a raspberry pi4 model b, with the debian buster (desktop) version 2023-02-21, I was able to download OF correctly, I was able to compile the OF examples, however I cannot compile the OF addons. Specifically, I’m trying ofxOMXPlaer 0.10.0_v2, the installation depends correctly but I can’t compile. is there a tutorial or document that explains how to compile the addons on raspberry pi
when I compile with make, I get a fatal error: ofxOMXPlayer.h: no such file or directory include “ofxOMXPlayer.h”
Can you use any of the other projects with addons, like in the examples folder?
Also there is an ofxOMXPlayer release for of 0.10 but that is 4 years old. There have been some commits to the repo since then. Maybe just go for the current main branch
I don’t have a setup to test this but it seems that OMX player (that this addon relies on) is depreciated and may not work on the current OS. Details are here:
Maybe try use omx player with the command line on your pi. If that works the addon has a better chance at working.
Hello, I already compiled, I was able to compile both versions, but now I get error 2 and error 127
pi@raspberrypi:~ $ cd /home/pi/openFrameworks/addons/ofxOMXPlayer/example-basic
pi@raspberrypi:~/openFrameworks/addons/ofxOMXPlayer/example-basic $ make
VER ID IS 10
using newer build and GLFW window
Compiling OF library for Release
make[1]: Entering directory ‘/home/pi/openFrameworks/libs/openFrameworksCompiled/project’
VER ID IS 10
using newer build and GLFW window
VER ID IS 10
using newer build and GLFW window
VER ID IS 10
using newer build and GLFW window
Done!
make[1]: Leaving directory ‘/home/pi/openFrameworks/libs/openFrameworksCompiled/project’
Compiling example-basic for Release
make[1]: Entering directory ‘/home/pi/openFrameworks/addons/ofxOMXPlayer/example-basic’
VER ID IS 10
using newer build and GLFW window
/bin/sh: 1: cannot create obj/linuxarmv6l/Release/.compiler_flags: Permission denied
make[1]: *** [/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:205: obj/linuxarmv6l/Release/.compiler_flags] Error 2
make[1]: Leaving directory ‘/home/pi/openFrameworks/addons/ofxOMXPlayer/example-basic’
make: *** [/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:129: Release] Error 2
pi@raspberrypi:~/openFrameworks/addons/ofxOMXPlayer/example-basic $ make run
VER ID IS 10
using newer build and GLFW window
/bin/sh: 1: ./example-basic: not found
make: *** [/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:184: run] Error 127
pi@raspberrypi:~/openFrameworks/addons/ofxOMXPlayer/example-basic $