mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 05:05:26 +03:00
Update zones.md round 2
This commit is contained in:
parent
eb1ed27470
commit
464ecfb47d
@ -20,6 +20,7 @@ Often you will only want events to be created when an object enters areas of int
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
cameras:
|
cameras:
|
||||||
|
name_of_your_camera:
|
||||||
record:
|
record:
|
||||||
events:
|
events:
|
||||||
required_zones:
|
required_zones:
|
||||||
@ -38,6 +39,7 @@ Sometimes you want to limit a zone to specific object types to have more granula
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
cameras:
|
cameras:
|
||||||
|
name_of_your_camera:
|
||||||
record:
|
record:
|
||||||
events:
|
events:
|
||||||
required_zones:
|
required_zones:
|
||||||
@ -66,6 +68,7 @@ Sometimes objects are expected to be passing through a zone, but an object loite
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
cameras:
|
cameras:
|
||||||
|
name_of_your_camera:
|
||||||
zones:
|
zones:
|
||||||
sidewalk:
|
sidewalk:
|
||||||
loitering_time: 4 # unit is in seconds
|
loitering_time: 4 # unit is in seconds
|
||||||
@ -79,6 +82,7 @@ Sometimes an objects bounding box may be slightly incorrect and the bottom cente
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
cameras:
|
cameras:
|
||||||
|
name_of_your_camera:
|
||||||
zones:
|
zones:
|
||||||
front_yard:
|
front_yard:
|
||||||
inertia: 3
|
inertia: 3
|
||||||
@ -90,6 +94,7 @@ There may also be cases where you expect an object to quickly enter and exit a z
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
cameras:
|
cameras:
|
||||||
|
name_of_your_camera:
|
||||||
zones:
|
zones:
|
||||||
driveway_entrance:
|
driveway_entrance:
|
||||||
inertia: 1
|
inertia: 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user