mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix frame not in cache error (#7313)
This commit is contained in:
parent
947ccbc654
commit
b79b1d9443
@ -169,7 +169,7 @@ class TrackedObject:
|
|||||||
self.camera_config.frame_shape,
|
self.camera_config.frame_shape,
|
||||||
):
|
):
|
||||||
self.thumbnail_data = {
|
self.thumbnail_data = {
|
||||||
"frame_time": obj_data["frame_time"],
|
"frame_time": current_frame_time,
|
||||||
"box": obj_data["box"],
|
"box": obj_data["box"],
|
||||||
"area": obj_data["area"],
|
"area": obj_data["area"],
|
||||||
"region": obj_data["region"],
|
"region": obj_data["region"],
|
||||||
|
Loading…
Reference in New Issue
Block a user