frigate: lower detect resolution to 720p for CPU performance
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ed71384885
commit
ad11fb3033
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@
|
||||||
}];
|
}];
|
||||||
detect = {
|
detect = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
width = 1920;
|
width = 1280;
|
||||||
height = 1080;
|
height = 720;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue