mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Consider new attribute a significant change (#8054)
* Consider new attribute a significant change * Update object_processing.py
This commit is contained in:
parent
c47b02d2fe
commit
52cc707eb8
@ -232,6 +232,9 @@ class TrackedObject:
|
||||
if self.obj_data["position_changes"] != obj_data["position_changes"]:
|
||||
significant_change = True
|
||||
|
||||
if self.obj_data["attributes"] != obj_data["attributes"]:
|
||||
significant_change = True
|
||||
|
||||
# if the motionless_count reaches the stationary threshold
|
||||
if (
|
||||
self.obj_data["motionless_count"]
|
||||
|
Loading…
Reference in New Issue
Block a user