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

View File

@@ -203,9 +203,20 @@ ${Object.keys(objectMaskPoints)
<Card
content={
<p>
This tool can help you create masks & zones for your {camera} camera. When done, copy each mask
configuration into your <code className="font-mono">config.yml</code> 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.
</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>
}
header="Warning"