removed detect

This commit is contained in:
Bryan Ramos 2026-03-12 04:30:37 -04:00
parent 350423d449
commit d8416b2e38

View file

@ -34,16 +34,13 @@ in
# }; # };
# }; # };
"living_room" = { "living_room" = {
detect.enabled = false;
ffmpeg = { ffmpeg = {
inputs = [ inputs = [
{ {
path = "rtsp://admin:ocu?u3Su@192.168.0.181/cam/realmonitor?channel=1&subtype=0"; path = "rtsp://admin:ocu?u3Su@192.168.0.181/cam/realmonitor?channel=1&subtype=0";
roles = [ "record" ]; roles = [ "record" ];
} }
{
path = "rtsp://admin:ocu?u3Su@192.168.0.181/cam/realmonitor?channel=1&subtype=1";
roles = [ "detect" ];
}
]; ];
}; };
}; };