mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 04:05:26 +03:00
zoom out if above area threshold
This commit is contained in:
parent
8eb561dedc
commit
acac540545
@ -722,6 +722,7 @@ class PtzAutoTracker:
|
|||||||
# object is moving too quickly
|
# object is moving too quickly
|
||||||
if (
|
if (
|
||||||
zoom_out_hysteresis
|
zoom_out_hysteresis
|
||||||
|
and not below_area_threshold
|
||||||
or not below_dimension_threshold
|
or not below_dimension_threshold
|
||||||
or (not away_from_edge and below_distance_threshold)
|
or (not away_from_edge and below_distance_threshold)
|
||||||
or not below_velocity_threshold
|
or not below_velocity_threshold
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user