From a358339549da1e1d6c81a60d7dcd38ff205646d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 16 Feb 2025 21:43:22 +0200 Subject: [PATCH] use the transcoded streams for detection --- modules/services/frigate/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix index 207a98f..382a267 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -95,8 +95,7 @@ in roles = [ "record" ]; } { - #path = "rtsp://localhost:8554/vno4-dome-panorama-med"; - path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=1"; + path = "rtsp://localhost:8554/vno4-dome-panorama-low"; roles = [ "detect" ]; } ]; @@ -117,8 +116,7 @@ in ]; } { - #path = "rtsp://localhost:8554/vno4-dome-ptz-med"; - path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1"; + path = "rtsp://localhost:8554/vno4-dome-ptz-low"; roles = [ "detect" ]; } ];