forked from Github/frigate
Fix watchdog last_frame calculation
This commit is contained in:
@@ -34,7 +34,7 @@ class TrackedObjectProcessor(threading.Thread):
|
||||
'best_objects': {},
|
||||
'object_status': defaultdict(lambda: defaultdict(lambda: 'OFF')),
|
||||
'tracked_objects': {},
|
||||
'current_frame_time': datetime.datetime.now().timestamp()
|
||||
'current_frame_time': None
|
||||
})
|
||||
|
||||
def get_best(self, camera, label):
|
||||
|
||||
Reference in New Issue
Block a user