Skip to content

Commit 3ab02fc

Browse files
committed
Additional logging
1 parent 7b3a6ea commit 3ab02fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vao-recorder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ def record(
449449
# Cleanup the recording
450450
for r in recorders:
451451
r.stop()
452+
typer.echo(f"Recording finished. Output: {output_folder}")
452453
return output_folder
453454

454455

@@ -496,6 +497,7 @@ def test_realsense(
496497
realsense.start()
497498
wait(5)
498499
realsense.stop()
500+
typer.echo(f"Test output: {output_folder}")
499501

500502

501503
if __name__ == '__main__':

0 commit comments

Comments
 (0)