Skip to content

Commit

Permalink
strand-braid-user: remove broken code from example
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 20, 2023
1 parent 2a88398 commit aaa44a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions strand-braid-user/scripts/record-mp4-video.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aaa44a7

Please sign in to comment.