camera: lower res

This commit is contained in:
2025-02-11 07:38:47 +02:00
parent 42830d4e33
commit e6254ba247

View File

@@ -392,8 +392,6 @@ in
settings = { settings = {
detect = { detect = {
enabled = true; enabled = true;
width = 1280;
height = 720;
}; };
detectors = { detectors = {
coral = { coral = {
@@ -427,7 +425,7 @@ in
]; ];
} }
{ {
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=2"; path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=1";
roles = [ "detect" ]; roles = [ "detect" ];
} }
]; ];
@@ -449,7 +447,7 @@ in
]; ];
} }
{ {
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=2"; path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1";
roles = [ "detect" ]; roles = [ "detect" ];
} }
]; ];