From aeb3d7d301b6bdecb88ce3e3ec586cf383c3100f Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 22 May 2024 09:33:19 -0500 Subject: [PATCH] fix relative coordinates --- docs/docs/configuration/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index d8d08271c..d1e382e40 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -113,7 +113,7 @@ cameras: - detect motion: mask: - - 0.000,0.640,0.002,0.000,1.499,0.000,1.499,1.171,1.327,0.683,1.050,0.636,1.052,0.467,0.760,0.440,0.679,0.521,0.677,0.600 + - 0.000,0.427,0.002,0.000,0.999,0.000,0.999,0.781,0.885,0.456,0.700,0.424,0.701,0.311,0.507,0.294,0.453,0.347,0.451,0.400 ``` ### Standalone Intel Mini PC with USB Coral @@ -167,7 +167,7 @@ cameras: - detect motion: mask: - - 0.000,0.640,0.002,0.000,1.499,0.000,1.499,1.171,1.327,0.683,1.050,0.636,1.052,0.467,0.760,0.440,0.679,0.521,0.677,0.600 + - 0.000,0.427,0.002,0.000,0.999,0.000,0.999,0.781,0.885,0.456,0.700,0.424,0.701,0.311,0.507,0.294,0.453,0.347,0.451,0.400 ``` ### Home Assistant integrated Intel Mini PC with OpenVino @@ -232,5 +232,5 @@ cameras: - detect motion: mask: - - 0.000,0.640,0.002,0.000,1.499,0.000,1.499,1.171,1.327,0.683,1.050,0.636,1.052,0.467,0.760,0.440,0.679,0.521,0.677,0.600 + - 0.000,0.427,0.002,0.000,0.999,0.000,0.999,0.781,0.885,0.456,0.700,0.424,0.701,0.311,0.507,0.294,0.453,0.347,0.451,0.400 ```