From 75fa16a65ea51077c369fb46f82eedaf780c0b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 13 Feb 2025 21:49:16 +0200 Subject: [PATCH] vno4-dome-ptz-high seems to work --- modules/services/frigate/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix index d6ebd91..d2536a4 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -109,16 +109,16 @@ in }; inputs = [ { - #path = "rtsp://localhost:8554/vno4-dome-ptz-high"; - path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0"; + path = "rtsp://localhost:8554/vno4-dome-ptz-high"; + #path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0"; roles = [ "audio" "record" ]; } { - path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1"; #path = "rtsp://localhost:8554/vno4-dome-ptz-low"; + path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1"; roles = [ "detect" ]; } ];