|
@@ -275,7 +275,6 @@ class TrackedObject:
|
|
self.thumbnail_data["frame_time"],
|
|
self.thumbnail_data["frame_time"],
|
|
self.camera_config.timestamp_style.format,
|
|
self.camera_config.timestamp_style.format,
|
|
font_effect=self.camera_config.timestamp_style.effect,
|
|
font_effect=self.camera_config.timestamp_style.effect,
|
|
- font_scale=self.camera_config.timestamp_style.scale,
|
|
|
|
font_thickness=self.camera_config.timestamp_style.thickness,
|
|
font_thickness=self.camera_config.timestamp_style.thickness,
|
|
font_color=(color.red, color.green, color.blue),
|
|
font_color=(color.red, color.green, color.blue),
|
|
position=self.camera_config.timestamp_style.position,
|
|
position=self.camera_config.timestamp_style.position,
|
|
@@ -411,7 +410,6 @@ class CameraState:
|
|
frame_time,
|
|
frame_time,
|
|
self.camera_config.timestamp_style.format,
|
|
self.camera_config.timestamp_style.format,
|
|
font_effect=self.camera_config.timestamp_style.effect,
|
|
font_effect=self.camera_config.timestamp_style.effect,
|
|
- font_scale=self.camera_config.timestamp_style.scale,
|
|
|
|
font_thickness=self.camera_config.timestamp_style.thickness,
|
|
font_thickness=self.camera_config.timestamp_style.thickness,
|
|
font_color=(color.red, color.green, color.blue),
|
|
font_color=(color.red, color.green, color.blue),
|
|
position=self.camera_config.timestamp_style.position,
|
|
position=self.camera_config.timestamp_style.position,
|