Skip to content

Commit 1d85390

Browse files
Split DISTANCE from SPEED_AND_DISTANCE overlay content.
DISTANCE shows direction dots and distance chips only; SPEED_AND_DISTANCE keeps m/s badges plus distance. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 93dad86 commit 1d85390

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/soccer/speed_and_distance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def run_speed_and_distance(args, session=None):
88
focus = getattr(args, "track_id", None)
99
_render_speed_distance_traces(
1010
args, session,
11+
show_speed=True,
1112
focus_tid=int(focus) if focus is not None else None,
1213
append_end_card=False,
1314
)

0 commit comments

Comments
 (0)