From fcee2757ab9daf40d5564b568000421e2d5fd8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 25 Jan 2025 11:53:20 +0200 Subject: [PATCH] frigate: disable detectors --- hosts/fwminex/configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 5014e00..6d31055 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -333,6 +333,17 @@ in in "${myData.hosts.${fqdn}.jakstIP}"; settings = { + detectors = { + #coral = { + # type = "edgetpu"; + # device = "usb"; + # enabled = false; + #}; + cpu = { + type = "cpu"; + enabled = false; + }; + }; record = { enabled = true; retain = { @@ -343,6 +354,7 @@ in cameras = { vno4-dome-panorama = { enabled = true; + detect.enabled = false; ffmpeg.inputs = [ { path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0"; @@ -352,6 +364,7 @@ in }; vno4-dome-ptz = { enabled = true; + detect.enabled = false; ffmpeg.inputs = [ { path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0";