Update mask editor to have instructions (#4324)

This commit is contained in:
Nicolas Mowen 2022-11-10 05:31:19 -07:00 committed by GitHub
parent e15b2627fc
commit 42bc372d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,9 +203,20 @@ ${Object.keys(objectMaskPoints)
<Card <Card
content={ content={
<p> <p>
This tool can help you create masks & zones for your {camera} camera. When done, copy each mask This tool can help you create masks & zones for your {camera} camera.
configuration into your <code className="font-mono">config.yml</code> file restart your Frigate instance to Click to add a point.
save your changes. Click and hold on an existing point to move it.
Right-Click on an existing point to delete it.
</p>
}
header="Instructions"
/>
<Card
content={
<p>
When done, copy each mask configuration into your <code className="font-mono">config.yml</code> file
restart your Frigate instance to save your changes.
</p> </p>
} }
header="Warning" header="Warning"