mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 16:44:29 +03:00
Merge branch 'object-speed' of https://github.com/hawkeye217/frigate into object-speed
This commit is contained in:
commit
9d47f378a7
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user