mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
Add gui example to camera
This commit is contained in:
parent
6315c5c30b
commit
fc3c54ed26
@ -426,4 +426,10 @@ cameras:
|
|||||||
quality: 70
|
quality: 70
|
||||||
# Optional: Restrict mqtt messages to objects that entered any of the listed zones (default: no required zones)
|
# Optional: Restrict mqtt messages to objects that entered any of the listed zones (default: no required zones)
|
||||||
required_zones: []
|
required_zones: []
|
||||||
|
|
||||||
|
# Optional: Configuration for how camera is handled in the GUI.
|
||||||
|
gui:
|
||||||
|
# Optional: Adjust sort order of cameras in the GUI. Larger numbers come later. (default: shown below)
|
||||||
|
# By default are sorted in the order they are defined.
|
||||||
|
order: 0
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user