Error Playing Video on Raspberry 4 with AARCH64 processor

I am trying to play a simple video on a raspberri pi 4 , I tried the native processing library but it literally gives the error " this library is not built for aarch64" .
and I tried the GLVideo library and got a similar error saying that libglvideo.so for the aarch64 is not available.

for both cases I used the sample code ,is there something I can do to make it work?

1 Like

Use Raspbian 64 bit! The reason I’m on 64 bit was eclipse, there is only a 64bit version running on Raspberry now.

PI 4 pi@raspberrypi:~/eclipse-workspace/CVImage $ uname -a
Linux raspberrypi 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux

Processing 4.0b8
You will see a warning but at least Video library for Processing 4 is working.

Blockquote Video Library for Processing 4 does not run on this architecture: linux-aarch64
We could not find a system-wide or bundled installation of GStreamer, but video might still work if GStreamer was placed somewhere else
Processing video library using system-wide GStreamer 1.18.4
[57:11:15.022884660] [457784] e[1;32m INFO e[1;37mCamera e[1;34mcamera_manager.cpp:293 e[0mlibcamera v0.0.0+3700-f30ad033
[57:11:15.717209280] [457784] e[1;32m INFO e[1;37mCamera e[1;34mcamera_manager.cpp:293 e[0mlibcamera v0.0.0+3700-f30ad033
[57:11:15.782572866] [457802] e[1;32m INFO e[1;37mCamera e[1;34mcamera.cpp:1029 e[0mconfiguring streams: (0) 1280x720-YUYV

2 Likes