This commit is contained in:
legop3
2025-11-14 21:22:55 -05:00
parent 0d233677f6
commit df0cf2a17b
+1 -1
View File
@@ -88,7 +88,7 @@ install_video_deps() {
if command -v ffmpeg >/dev/null 2>&1 && (command -v rpicam-vid >/dev/null 2>&1 || command -v libcamera-vid >/dev/null 2>&1); then if command -v ffmpeg >/dev/null 2>&1 && (command -v rpicam-vid >/dev/null 2>&1 || command -v libcamera-vid >/dev/null 2>&1); then
log "Video dependencies already installed; skipping apt install" log "Video dependencies already installed; skipping apt install"
return return
} fi
log "Installing video dependencies (libcamera-apps, ffmpeg)..." log "Installing video dependencies (libcamera-apps, ffmpeg)..."
apt-get update apt-get update
apt-get install -y --no-install-recommends libcamera-apps ffmpeg apt-get install -y --no-install-recommends libcamera-apps ffmpeg