Fix frame not in cache error (#7313)

This commit is contained in:
Nicolas Mowen 2023-07-29 06:11:45 -06:00 committed by GitHub
parent 947ccbc654
commit b79b1d9443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ class TrackedObject:
self.camera_config.frame_shape,
):
self.thumbnail_data = {
"frame_time": obj_data["frame_time"],
"frame_time": current_frame_time,
"box": obj_data["box"],
"area": obj_data["area"],
"region": obj_data["region"],