From f6b30bd4895ea57d25c9844f09276e4c1daa7534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 26 Jan 2025 11:54:59 +0000 Subject: [PATCH] frigate: +detect role for each stream --- hosts/fwminex/configuration.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 81d817a..d523cf1 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -397,7 +397,10 @@ in inputs = [ { path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0"; - roles = [ "record" ]; + roles = [ + "detect" + "record" + ]; } ]; }; @@ -412,7 +415,10 @@ in inputs = [ { path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0"; - roles = [ "record" ]; + roles = [ + "detect" + "record" + ]; } ]; };