mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 10:07:36 +03:00
bump to 1080
This commit is contained in:
parent
b7ce447cc2
commit
ab303458f5
@ -504,7 +504,7 @@ function StreamIssues({
|
||||
const [width, height] = stream.resolution.split("x").map(Number);
|
||||
if (!isNaN(width) && !isNaN(height) && width > 0 && height > 0) {
|
||||
const minDimension = Math.min(width, height);
|
||||
if (minDimension > 720) {
|
||||
if (minDimension > 1080) {
|
||||
result.push({
|
||||
type: "warning",
|
||||
message: t("cameraWizard.step3.issues.resolutionHigh", {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user