Skip to content

camera set max length video

shaybeau731 edited this page Sep 19, 2016 · 1 revision

camera-set-max-length-video sets the maximum length of video to record (in seconds).

Parameter Description
l maximum length of video in seconds

Example

Example 1: Set the maximum length of video to record to 15 seconds, then take a video.

(camera-set-max-length-video 15)
(camera-start-video (string-append (system-directory) (system-pathseparator) "test.mp4"))
Clone this wiki locally