From aaa44a772c5876f00cb3779f1f49ef07c9f815cf Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Fri, 20 Oct 2023 13:08:42 +0200 Subject: [PATCH] strand-braid-user: remove broken code from example --- strand-braid-user/scripts/record-mp4-video.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/strand-braid-user/scripts/record-mp4-video.py b/strand-braid-user/scripts/record-mp4-video.py index 998048246..9c8031103 100644 --- a/strand-braid-user/scripts/record-mp4-video.py +++ b/strand-braid-user/scripts/record-mp4-video.py @@ -88,12 +88,6 @@ def main(): strand_cam = StrandCamProxy(strand_cam_url=args.strand_cam_url) strand_cam.wait_until_first_update() - print( - "Will record with the following configuration: {}".format( - strand_cam.get_current_state()["mp4_recording_config"] - ), - ) - strand_cam.send_to_camera({"SetIsRecordingMp4": True}) print("Recording for 5 seconds...") time.sleep(5.0)