mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-13 18:47: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);
|
const [width, height] = stream.resolution.split("x").map(Number);
|
||||||
if (!isNaN(width) && !isNaN(height) && width > 0 && height > 0) {
|
if (!isNaN(width) && !isNaN(height) && width > 0 && height > 0) {
|
||||||
const minDimension = Math.min(width, height);
|
const minDimension = Math.min(width, height);
|
||||||
if (minDimension > 720) {
|
if (minDimension > 1080) {
|
||||||
result.push({
|
result.push({
|
||||||
type: "warning",
|
type: "warning",
|
||||||
message: t("cameraWizard.step3.issues.resolutionHigh", {
|
message: t("cameraWizard.step3.issues.resolutionHigh", {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user