From ffbb150434cc08437afe82edcf984e8f25cb2bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 26 Jan 2025 18:43:23 +0200 Subject: [PATCH] trying detect --- hosts/fwminex/configuration.nix | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index b48acaf..29ae9ad 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -400,12 +400,13 @@ in roles = [ "audio" "record" + "detect" ]; } - { - path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=2"; - roles = [ "detect" ]; - } + #{ + # path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=2"; + # roles = [ "detect" ]; + #} ]; }; }; @@ -422,12 +423,13 @@ in roles = [ "audio" "record" + "detect" ]; } - { - path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=2"; - roles = [ "detect" ]; - } + #{ + # path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=2"; + # roles = [ "detect" ]; + #} ]; }; };