We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3a6ea commit 3ab02fcCopy full SHA for 3ab02fc
1 file changed
vao-recorder.py
@@ -449,6 +449,7 @@ def record(
449
# Cleanup the recording
450
for r in recorders:
451
r.stop()
452
+ typer.echo(f"Recording finished. Output: {output_folder}")
453
return output_folder
454
455
@@ -496,6 +497,7 @@ def test_realsense(
496
497
realsense.start()
498
wait(5)
499
realsense.stop()
500
+ typer.echo(f"Test output: {output_folder}")
501
502
503
if __name__ == '__main__':
0 commit comments