camera_idstring · requiredCamera identifier from list_cameras
Captures a photo from the specified camera and saves it to a storage location. Requires write permission on the storage location. Default resolution is 720p (closest available match).
camera_idstring · requiredCamera identifier from list_cameras
location_idstring · requiredStorage location identifier
pathstring · requiredRelative file path (e.g., 'photos/photo.jpg')
resolutionstringResolution as WIDTHxHEIGHT (e.g., '1280x720'). Default: 720p closest match.
qualityintegerJPEG quality (1-100). Default: 80.
flash_modestringFlash mode: 'off', 'on', or 'auto'. Default: 'auto'.