mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Remove duplicate section
This section appears twice with a different name.
This commit is contained in:
parent
460e291bf1
commit
5f88d848d3
@ -121,17 +121,3 @@ cameras:
|
||||
objects:
|
||||
- car
|
||||
```
|
||||
|
||||
### Loitering Time
|
||||
|
||||
Zones support a `loitering_time` configuration which can be used to only consider an object as part of a zone if they loiter in the zone for the specified number of seconds. This can be used, for example, to create alerts for cars that stop on the street but not cars that just drive past your camera.
|
||||
|
||||
```yaml
|
||||
cameras:
|
||||
name_of_your_camera:
|
||||
zones:
|
||||
front_yard:
|
||||
loitering_time: 5 # unit is in seconds
|
||||
objects:
|
||||
- person
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user