frigate: change inputs again

This commit is contained in:
2025-05-24 23:20:23 +03:00
parent ed698b590e
commit 673e454303

View File

@@ -169,11 +169,11 @@ in
}; };
inputs = [ inputs = [
{ {
path = "rtsp://localhost:8554/vno4-dome-panorama-high"; path = "rtsp://localhost:8554/vno4-dome-panorama-low";
roles = [ "record" ]; roles = [ "record" ];
} }
{ {
path = "rtsp://localhost:8554/vno4-dome-panorama-high"; path = "rtsp://localhost:8554/vno4-dome-panorama-low";
roles = [ "detect" ]; roles = [ "detect" ];
} }
]; ];