|`microscope.record_video(format, framerate, length, save_locally, save_location)`| `format`: video format (`h264` and `mjpeg` tested) (default: h264)<br/>`framerate`: video framerate (fps) (default: 30)<br/>`length`: length of video (seconds) (default: 1)<br/>`save_locally`: Logical on whether to save video locally (default: true) <br/>`save_location`: The directory in which to save the video (filename is the timestamped one generated by the microscope) (default: current working directory) | The location (either locally or on the microscope) where the video has been saved| Records a video using the [video extension](https://gitlab.com/openflexure/microscope-extensions/openflexure-videoplugin).|
0 commit comments