From 3b7b734f29d1cbae94048cf0dbd70fae16cefcdf Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 8 Nov 2022 12:19:07 -0700 Subject: [PATCH] Update mask editor to have instructions --- web/src/routes/CameraMap.jsx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/web/src/routes/CameraMap.jsx b/web/src/routes/CameraMap.jsx index 6f7bc6fcee..9ac3013c2e 100644 --- a/web/src/routes/CameraMap.jsx +++ b/web/src/routes/CameraMap.jsx @@ -203,9 +203,20 @@ ${Object.keys(objectMaskPoints) - This tool can help you create masks & zones for your {camera} camera. When done, copy each mask - configuration into your config.yml file restart your Frigate instance to - save your changes. + This tool can help you create masks & zones for your {camera} camera. + • Click to add a point. + • Click and hold on an existing point to move it. + • Right-Click on an existing point to delete it. +

+ } + header="Instructions" + /> + + + When done, copy each mask configuration into your config.yml file + restart your Frigate instance to save your changes.

} header="Warning"