Video Looper Install Issues

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
maffp
 
Posts: 1
Joined: Fri Jan 21, 2022 2:59 am

Video Looper Install Issues

Post by maffp »

Hi,

I have a Pi 3 with a fresh version of Raspbian GNU/Linux 11 (bullseye). I have tried installing video looper exactly per instructions but keep running intot he same fatal 'No such file or directory' errors in the last command when I should be getting a 'Finished' message. The code is below. I've done this on two fresh installs now and the exact same issue. I enabled SSH in case that was an issue but hasn't reselved it. I also ran sudo apt install supervisor as someone mentioned in another post but that didn;t work. Any ideas?! TIA

Code: Select all

pi@raspberrypi:~ $ sudo apt-get update
Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
Reading package lists... Done
pi@raspberrypi:~ $ sudo apt-get install -y git
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
git is already the newest version (1:2.30.2-1).
0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded.
pi@raspberrypi:~ $ git clone https://github.com/adafruit/pi_video_looper.git
Cloning into 'pi_video_looper'...
remote: Enumerating objects: 405, done.
remote: Counting objects: 100% (163/163), done.
remote: Compressing objects: 100% (103/103), done.
remote: Total 405 (delta 114), reused 95 (delta 60), pack-reused 242
Receiving objects: 100% (405/405), 139.64 KiB | 1.99 MiB/s, done.
Resolving deltas: 100% (260/260), done.
pi@raspberrypi:~ $ cd pi_video_looper
pi@raspberrypi:~/pi_video_looper $ sudo ./install.sh
Installing dependencies...
==========================
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Reading package lists... Done              
Building dependency tree... Done
Reading state information... Done
118 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
exfat-fuse is already the newest version (1.3.0-2).
ntfs-3g is already the newest version (1:2017.3.23AR.3-4+deb11u1).
python3 is already the newest version (3.9.2-3).
python3-pygame is already the newest version (1.9.6+dfsg-4+b1).
supervisor is already the newest version (4.2.2-2).
python3-pip is already the newest version (20.3.4-4+rpt1).
omxplayer is already the newest version (20190723+gitf543a0d-1+bullseye).
0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded.
Installing hello_video...
=========================
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.9).
git is already the newest version (1:2.30.2-1).
python3-dev is already the newest version (3.9.2-3).
0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded.
Cloning into 'pi_hello_video'...
remote: Enumerating objects: 41, done.
remote: Total 41 (delta 0), reused 0 (delta 0), pack-reused 41
Receiving objects: 100% (41/41), 29.59 MiB | 1.95 MiB/s, done.
Resolving deltas: 100% (15/15), done.
make: Entering directory '/home/pi/pi_video_looper/pi_hello_video/libs/ilclient'
for i in ilclient.o ilcore.o; do (if test -e "$i"; then ( rm $i ); fi ); done
make: Leaving directory '/home/pi/pi_video_looper/pi_hello_video/libs/ilclient'
make: Entering directory '/home/pi/pi_video_looper/pi_hello_video/hello_video'
for i in video.o; do (if test -e "$i"; then ( rm $i ); fi ); done
make: Leaving directory '/home/pi/pi_video_looper/pi_hello_video/hello_video'
make: Entering directory '/home/pi/pi_video_looper/pi_hello_video/libs/ilclient'
cc -DSTANDALONE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -D_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -Wall -g -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -ftree-vectorize -pipe -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -Wno-psabi -I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I./ -I/opt/vc/src/hello_pi/libs/ilclient -I/opt/vc/src/hello_pi/libs/vgfont -g -c ilclient.c -o ilclient.o -Wno-deprecated-declarations
ilclient.c:54:10: fatal error: IL/OMX_Broadcom.h: No such file or directory
   54 | #include "IL/OMX_Broadcom.h"
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [../../Makefile.include:13: ilclient.o] Error 1
make: Leaving directory '/home/pi/pi_video_looper/pi_hello_video/libs/ilclient'
make: Entering directory '/home/pi/pi_video_looper/pi_hello_video/hello_video'
cc -DSTANDALONE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -D_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -Wall -g -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -ftree-vectorize -pipe -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -Wno-psabi -I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I./ -I/opt/vc/src/hello_pi/libs/ilclient -I/opt/vc/src/hello_pi/libs/vgfont -g -c video.c -o video.o -Wno-deprecated-declarations
video.c:35:10: fatal error: ilclient.h: No such file or directory
   35 | #include "ilclient.h"
      |          ^~~~~~~~~~~~
compilation terminated.
make: *** [../Makefile.include:13: video.o] Error 1
make: Leaving directory '/home/pi/pi_video_looper/pi_hello_video/hello_video'

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: Video Looper Install Issues

Post by mikeysklar »

I believe you need to install "Raspberry Pi OS Lite (Legacy)" (which is a Buster install base that our script relies on).

https://downloads.raspberrypi.org/raspi ... f-lite.zip

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”