mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
turn up cam quality
This commit is contained in:
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
# Configurable via environment
|
||||
DEVICE="${DEVICE:-/dev/video0}"
|
||||
RESOLUTION="${RESOLUTION:-640x480}"
|
||||
QUALITY="${QUALITY:-25}" # ffmpeg MJPEG quality (lower is better)
|
||||
QUALITY="${QUALITY:-10}" # ffmpeg MJPEG quality (lower is better)
|
||||
PORT="${PORT:-8088}"
|
||||
WORKDIR="${WORKDIR:-/run/roomcam}"
|
||||
# Optional: set INPUT_FORMAT=bayer_grbg8 to transcode raw Bayer cams (e.g., OV534) to JPEG.
|
||||
|
||||
Reference in New Issue
Block a user