jvcleave / ofxOMXPlayer

OpenMax accelerated video player for openFrameworks on the Raspberry Pi 0-3. Does not work with RPI4
GNU General Public License v2.0
180 stars 61 forks source link

example compiling fatal error #166

Open mmunderlinegithub opened 3 years ago

mmunderlinegithub commented 3 years ago

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 pi 4. Quite proud of that already. But now I'd like to install the addon ofxOMXPlayer. The installer runs perfectly through but when I run "sudo ./makeAllExamples.sh". I get a lot of these error stray msgs. In the end the compilation fails with this message:

`In file included from /home/pi/openFrameworks/addons/ofxOMXPlayer-master/example-wrapper/src/ofApp.cpp:1:
/home/pi/openFrameworks/addons/ofxOMXPlayer-master/example-wrapper/src/ofApp.h:4:10: fatal error: ofRPIVideoPlayer.h: No such file or directory
 #include "ofRPIVideoPlayer.h"
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:217: obj/linuxarmv6l/Release/src/ofApp.o] Error 1
make[1]: Leaving directory '/home/pi/openFrameworks/addons/ofxOMXPlayer-master/example-wrapper'
make: *** [/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:129: Release] Error 2
example-wrapper COMPILE FAIL

I set the GPU to 128 of memory to compile the examples... Any tips? I also ready the other issue regarding "ofRPIVideoPlayer.h" but I think it's a different problem.

Thanks for the help! M

jvcleave commented 3 years ago

Not sure about the ofRPIVideoPlayer.h error but be aware that this won't work on the RPI4

https://github.com/jvcleave/ofxOMXPlayer/issues/157

mmunderlinegithub commented 3 years ago

Thanks for the fast answer! but only the texture mode as far I can understand... I only need ofxPiMapper running... Do you think this will run?

jvcleave commented 3 years ago

unfortunately not :(

On Sun, Apr 11, 2021 at 12:35 PM mmunderlinegithub @.***> wrote:

Thanks for the fast answer! but only the texture mode as far I can understand... I only need ofxPiMapper running... Do you think this will run?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/jvcleave/ofxOMXPlayer/issues/166#issuecomment-817335135, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABEUFL6SUSCRONZKBXQD53TIHFUDANCNFSM42XZYNXQ .

mmunderlinegithub commented 3 years ago

ohhh so sad. but thanks for the kind help. I ordered already three rasberry 3s. Not gonna give up just because of this.

mmunderlinegithub commented 3 years ago

Hey jvcleave.... sorry to interrupt you again. I just received my Raspberry Pi 3 (Model B + (ARMv8)). Which version of Rasbian would you recommend to install? The latest? Sorry for this noob questions....