remove path data from thumbnail payloads

This commit is contained in:
Josh Hawkins
2026-08-23 11:12:46 -05:00
parent 9c7e32d0d6
commit e2aa0ee29a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -396,7 +396,6 @@ class CameraState:
"attributes": new_obj.obj_data["attributes"],
"current_estimated_speed": 0,
"velocity_angle": 0,
"path_data": [],
"recognized_license_plate": None,
"recognized_license_plate_score": None,
}
-1
View File
@@ -164,7 +164,6 @@ class TrackedObject:
"attributes": obj_data["attributes"],
"current_estimated_speed": self.current_estimated_speed,
"velocity_angle": self.velocity_angle,
"path_data": self.path_data.copy(),
"recognized_license_plate": obj_data.get(
"recognized_license_plate"
),