This commit is contained in:
legop3
2025-12-01 22:46:50 -05:00
parent 4d57e679bf
commit 29bb16ba1a
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Lightweight systemd service that serves a JPEG snapshot from any MJPEG-capable w
- `QUALITY=5` (ffmpeg MJPEG quality; lower is higher quality)
- `PORT=8080`
- `WORKDIR=/run/roomcam`
- `INPUT_FORMAT=mjpeg` (use `bayer_grbg8` for OV534/raw Bayer cams; auto-converts to JPEG)
- `INPUT_FORMAT=mjpeg` (use `bayer_grbg8` for OV534/raw Bayer cams; aliases `GRBG`/`grbg` are accepted)
3) Point the server `roomCameras[].url` to `http://<host>:8080/snapshot.jpg`.
Notes: