mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-21 00:06:44 +01:00
Update mask editor to have instructions (#4324)
This commit is contained in:
parent
e15b2627fc
commit
42bc372d6e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user