bump to 1080

This commit is contained in:
Josh Hawkins 2025-10-22 12:17:47 -05:00
parent b7ce447cc2
commit ab303458f5

View File

@ -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", {