diff --git a/web/src/components/settings/wizard/Step3Validation.tsx b/web/src/components/settings/wizard/Step3Validation.tsx index 81029e843..89649c4a8 100644 --- a/web/src/components/settings/wizard/Step3Validation.tsx +++ b/web/src/components/settings/wizard/Step3Validation.tsx @@ -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", {