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 = {
enabled = true;
width = 1920;
height = 1080;
width = 1280;
height = 720;
};
};