frigate: lower detect resolution to 720p for CPU performance

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-22 23:02:44 +01:00
parent ed71384885
commit ad11fb3033

View file

@ -33,8 +33,8 @@
}]; }];
detect = { detect = {
enabled = true; enabled = true;
width = 1920; width = 1280;
height = 1080; height = 720;
}; };
}; };