live sonar feed, and incremental action feed

This commit is contained in:
kevin
2026-04-16 14:53:01 +08:00
parent cc6cef0f73
commit 34ecc33ee5
28 changed files with 1555 additions and 1227 deletions

View File

@@ -645,7 +645,7 @@ def main() -> None:
)
parser.add_argument(
"--summary-star",
action=argparse.BooleanOptionalAction,
action="store_true",
default=False,
help="Pass to generate_video_with_labels: whether the summary line should draw *.",
)