From 11c820ecbd78b529a5db6bccbcfef2b8d9b0374c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= <motiejus@jakstys.lt> Date: Sun, 16 Mar 2025 20:28:00 +0000 Subject: [PATCH] frigate: use downscaled video for ptz --- modules/services/frigate/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix index 9a00757..160e3fb 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -81,7 +81,7 @@ in "ffmpeg:rtsp://localhost:8554/vno4-dome-panorama-orig#hardware=vaapi#video=h264#width=1280" ]; "vno4-dome-ptz-orig" = [ - "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0#video=copy#audio=copy" + "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=2#video=copy#audio=copy" ]; "vno4-dome-ptz-high" = [ "ffmpeg:rtsp://localhost:8554/vno4-dome-ptz-orig#hardware=vaapi#video=h264#audio=copy"