Updating frame handling

This commit is contained in:
2026-03-17 15:43:49 -07:00
parent 0aadd7f447
commit 592fb0c078
4 changed files with 153 additions and 164 deletions

View File

@@ -3,7 +3,7 @@ set -e
echo "Installing system dependencies..."
sudo apt-get update -qq
sudo apt-get install -y libcap-dev python3-prctl python3-picamera2
sudo apt-get install -y libcap-dev python3-prctl python3-picamera2 python3-pil
echo "Configuring Poetry to use system site-packages..."
poetry config virtualenvs.options.system-site-packages true