frigate: disable detectors

This commit is contained in:
2025-01-25 11:53:20 +02:00
parent e6f6561fe5
commit fcee2757ab

View File

@@ -333,6 +333,17 @@ in
in in
"${myData.hosts.${fqdn}.jakstIP}"; "${myData.hosts.${fqdn}.jakstIP}";
settings = { settings = {
detectors = {
#coral = {
# type = "edgetpu";
# device = "usb";
# enabled = false;
#};
cpu = {
type = "cpu";
enabled = false;
};
};
record = { record = {
enabled = true; enabled = true;
retain = { retain = {
@@ -343,6 +354,7 @@ in
cameras = { cameras = {
vno4-dome-panorama = { vno4-dome-panorama = {
enabled = true; enabled = true;
detect.enabled = false;
ffmpeg.inputs = [ ffmpeg.inputs = [
{ {
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0"; path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0";
@@ -352,6 +364,7 @@ in
}; };
vno4-dome-ptz = { vno4-dome-ptz = {
enabled = true; enabled = true;
detect.enabled = false;
ffmpeg.inputs = [ ffmpeg.inputs = [
{ {
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0"; path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0";