From ac30091258343dd3e56a1a60a00de61c730db413 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 6 Feb 2022 13:28:45 -0600 Subject: [PATCH] note for future --- frigate/record.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/record.py b/frigate/record.py index 0a9fd5caa..5409d12c1 100644 --- a/frigate/record.py +++ b/frigate/record.py @@ -285,6 +285,7 @@ class RecordingMaintainer(threading.Thread): end_time=end_time.timestamp(), duration=duration, motion=motion_count, + # TODO: update this to store list of active objects at some point objects=active_count, ) except Exception as e: