Merge branch 'object-speed' of https://github.com/hawkeye217/frigate into object-speed

This commit is contained in:
Josh Hawkins 2024-12-09 10:36:35 -06:00
commit 9d47f378a7

View File

@ -292,6 +292,9 @@ class TrackedObject:
"estimated_speed": self.estimated_speed, "estimated_speed": self.estimated_speed,
"max_estimated_speed": self.max_estimated_speed, "max_estimated_speed": self.max_estimated_speed,
"velocity_angle": self.velocity_angle, "velocity_angle": self.velocity_angle,
"estimated_speed": self.estimated_speed,
"max_estimated_speed": self.max_estimated_speed,
"velocity_angle": self.velocity_angle,
} }
if include_thumbnail: if include_thumbnail: