From 9da6d8f9639dc6ba1105c608faf30b814867ec5d Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Mon, 12 May 2025 12:11:16 +0200 Subject: [PATCH] os: Remove libcamera and av workarounds --- .../python-hardware-controller/install.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/software/distro/setup/planktoscope-app-env/python-hardware-controller/install.sh b/software/distro/setup/planktoscope-app-env/python-hardware-controller/install.sh index db199f9d2..f838dcef3 100755 --- a/software/distro/setup/planktoscope-app-env/python-hardware-controller/install.sh +++ b/software/distro/setup/planktoscope-app-env/python-hardware-controller/install.sh @@ -30,15 +30,6 @@ pipx ensurepath PATH="$PATH:/home/pi/.local/bin" # Set up the hardware controllers -# Upgrade python3-libcamera to solve an issue in Raspberry Pi OS bookworm-2024-11-19 -# https://github.com/raspberrypi/picamera2/issues/1229#issuecomment-2772493538 -# Upgrade python3-av to solve an issue on Raspberry Pi 5 and Raspberry Pi OS bookworm-2024-11-19 -# https://github.com/raspberrypi/picamera2/issues/1202 -# Once this fails in CI, it means the default version of python3-libcamera in -# Raspberry Pi OS has been updated. In which case this can be removed. -echo "If the next command fails, see comment in install.sh" -sudo -E apt-get install -y -o Dpkg::Progress-Fancy=0 --only-upgrade \ - python3-libcamera=0.5.0+rpt20250429-1 python3-av=12.3.0-2+rpt1 sudo -E apt-get install -y --no-install-recommends -o Dpkg::Progress-Fancy=0 \ i2c-tools libopenjp2-7 python3-picamera2 poetry --directory "$HOME/PlanktoScope/device-backend/control" install \