Debug frame cache (#18697)

This commit is contained in:
Josh Hawkins
2025-06-12 13:39:06 -06:00
committed by GitHub
parent 4a21b2f16d
commit 25cc2f31d4
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -350,6 +350,9 @@ class TrackedObject:
self.obj_data.update(obj_data)
self.current_zones = current_zones
logger.debug(
f"{self.camera_config.name}: Updating {obj_data['id']}: thumb update? {thumb_update}, significant change? {significant_change}, path update? {path_update}, autotracker update? {autotracker_update} "
)
return (thumb_update, significant_change, path_update, autotracker_update)
def to_dict(self):