trying detect

This commit is contained in:
2025-01-26 18:43:23 +02:00
parent 31cbf6b175
commit ffbb150434

View File

@@ -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" ];
#}
];
};
};