mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Clarify stationary object behavior (#6273)
* Clarify stationary object behavior * typo * tweak --------- Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
This commit is contained in:
parent
df016ddd0d
commit
cbd07696b5
@ -3,7 +3,7 @@ id: stationary_objects
|
|||||||
title: Avoiding stationary objects
|
title: Avoiding stationary objects
|
||||||
---
|
---
|
||||||
|
|
||||||
Many people use Frigate to detect cars entering their driveway, and they often run into an issue with repeated events of a parked car being repeatedly detected over the course of multiple days (for example if the car is lost at night and detected again the following morning.
|
Many people use Frigate to detect cars entering their driveway, and they often run into an issue with repeated notifications or events of a parked car being repeatedly detected over the course of multiple days (for example if the car is lost at night and detected again the following morning).
|
||||||
|
|
||||||
You can use zones to restrict events and notifications to objects that have entered specific areas.
|
You can use zones to restrict events and notifications to objects that have entered specific areas.
|
||||||
|
|
||||||
@ -15,6 +15,12 @@ Frigate is designed to track objects as they move and over-masking can prevent i
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
:::info
|
||||||
|
|
||||||
|
Once a vehicle crosses the entrance into the parking area, that event will stay `In Progress` until it is no longer seen in the frame. Frigate is designed to have an event last as long as an object is visible in the frame, an event being `In Progress` does not mean the event is being constantly recorded. You can define the recording behavior by adjusting the [recording retention settings](../configuration/record.md).
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
To only be notified of cars that enter your driveway from the street, you could create multiple zones that cover your driveway. For cars, you would only notify if `entered_zones` from the events MQTT topic has more than 1 zone.
|
To only be notified of cars that enter your driveway from the street, you could create multiple zones that cover your driveway. For cars, you would only notify if `entered_zones` from the events MQTT topic has more than 1 zone.
|
||||||
|
|
||||||
See [this example](../configuration/zones.md#restricting-zones-to-specific-objects) from the Zones documentation to see how to restrict zones to certain object types.
|
See [this example](../configuration/zones.md#restricting-zones-to-specific-objects) from the Zones documentation to see how to restrict zones to certain object types.
|
||||||
|
Loading…
Reference in New Issue
Block a user