camera_idstring · requiredCamera identifier from list_cameras
Captures a photo from the specified camera and returns it as a base64-encoded JPEG image. Default resolution is 720p (closest available match). Maximum resolution is capped at 1920x1080 to prevent excessively large responses. Use `save_camera_photo` for higher resolutions.
camera_idstring · requiredCamera identifier from list_cameras
resolutionstringResolution as WIDTHxHEIGHT (e.g., '1280x720'). Default: 720p closest match. Max: 1920x1080.
qualityintegerJPEG quality (1-100). Default: 80.
flash_modestringFlash mode: 'off', 'on', or 'auto'. Default: 'auto'.