Browse Source

note for future

Blake Blackshear 3 years ago
parent
commit
ac30091258
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frigate/record.py

+ 1 - 0
frigate/record.py

@@ -285,6 +285,7 @@ class RecordingMaintainer(threading.Thread):
                 end_time=end_time.timestamp(),
                 end_time=end_time.timestamp(),
                 duration=duration,
                 duration=duration,
                 motion=motion_count,
                 motion=motion_count,
+                # TODO: update this to store list of active objects at some point
                 objects=active_count,
                 objects=active_count,
             )
             )
         except Exception as e:
         except Exception as e: