Update zones.md round 2

This commit is contained in:
Austin Kirsch 2024-03-20 11:43:21 -04:00 committed by GitHub
parent eb1ed27470
commit 464ecfb47d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ Often you will only want events to be created when an object enters areas of int
```yaml
cameras:
name_of_your_camera:
record:
events:
required_zones:
@ -38,6 +39,7 @@ Sometimes you want to limit a zone to specific object types to have more granula
```yaml
cameras:
name_of_your_camera:
record:
events:
required_zones:
@ -66,6 +68,7 @@ Sometimes objects are expected to be passing through a zone, but an object loite
```yaml
cameras:
name_of_your_camera:
zones:
sidewalk:
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
cameras:
name_of_your_camera:
zones:
front_yard:
inertia: 3
@ -90,6 +94,7 @@ There may also be cases where you expect an object to quickly enter and exit a z
```yaml
cameras:
name_of_your_camera:
zones:
driveway_entrance:
inertia: 1