From deedd1349a509b86cc490bd8e69018d77a264fdb Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Thu, 26 Jun 2025 22:27:54 +0100 Subject: [PATCH] hosts/skycam: flush buffer and reduce framerate --- hosts/skycam/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/skycam/default.nix b/hosts/skycam/default.nix index e524ad7..4dcebd3 100644 --- a/hosts/skycam/default.nix +++ b/hosts/skycam/default.nix @@ -28,7 +28,7 @@ enable = true; settings = { log.level = "debug"; - streams.rpicam = "exec:${rpicam-vid} -v1 -t0 -o- --inline --width=4608 --height=2592 --framerate=14 --codec mjpeg --quality 90 --denoise=cdn_off --sharpness 1.25 --exposure long --gain 3"; + streams.rpicam = "exec:${rpicam-vid} -v1 -t0 -o- --inline --flush=1 --width=4608 --height=2592 --framerate=1 --codec mjpeg --quality 90 --denoise=cdn_off --sharpness 1.25 --exposure long --gain 3"; }; };