forked from Github/frigate
Fixes (#14480)
* Catch case where object does not have thumbnail data * Catch intel stats json decoding error * Catch division by zero
This commit is contained in:
@@ -344,6 +344,7 @@ class CameraState:
|
||||
# if the object's thumbnail is not from the current frame, skip
|
||||
if (
|
||||
current_frame is None
|
||||
or obj.thumbnail_data is None
|
||||
or obj.false_positive
|
||||
or obj.thumbnail_data["frame_time"] != frame_time
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user