fixed filename for video output

This commit is contained in:
2025-12-01 18:17:25 +01:00
parent 540f230845
commit 1829a4b785
+1 -1
View File
@@ -231,7 +231,7 @@ def main():
out_file = None
if args["output"]:
out_file = args["name"]
out_file = f"{args["name"]}.mp4"
detector = Detector(args["source"], board_detector, out_file=out_file)
detector.board_image_generate(margin_length=args["margin_length"])