target the hat instead of 0,0

This commit is contained in:
legop3
2025-11-27 18:47:03 -05:00
parent 022249950e
commit 1ec37a43f6
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ AUDIO_BITRATE="${AUDIO_BITRATE:-64000}"
# Normalize device if env still says "default"
if [[ "${AUDIO_DEVICE}" == "default" ]]; then
AUDIO_DEVICE="plughw:0,0"
AUDIO_DEVICE="plughw:sndrpigooglevoicehat_soundcar,0"
fi
# Flip the camera 180deg (supported by rpicam-vid/libcamera-vid)
FLIP_ARGS=(--rotation 180)