Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down