mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
guh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user