panoramic: use the smaller stream

This commit is contained in:
Motiejus Jakštys 2025-01-27 00:45:09 +00:00
parent 52d542a9e9
commit 200f5c6454

View File

@ -415,13 +415,13 @@ in
roles = [
"audio"
"record"
"detect"
#"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=1";
roles = [ "detect" ];
}
];
};
};