Skip to content
clpetersen edited this page Nov 4, 2014 · 1 revision

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

Parameter Description
jpegfile filename of jpeg photo

Example

Example 1: Take a photo with the camera

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