Skip to content
shaybeau731 edited this page Sep 19, 2016 · 1 revision

camera-start-video launches the video viewfinder and saves a video taken to the specified file in mp4 format. The file is created atomically, so the application can use the existence and/or timestamp of the file to trigger actions.

Parameter Description
videofile filename of mp4 video

Example

Example 1: Take a video with the camera

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