Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.03 KB

camera.set_options.md

File metadata and controls

34 lines (22 loc) · 1.03 KB

camera.setOptions

Overview

Property settings for shooting, the camera, etc.

Check the properties that can be set and specifications by the API v2.1 reference options category or camera.getOptions.

There is a detailed example of the request in Getting Started.

Leave an interval of 1 second or more between changing the settings in camera.setOptions and executing camera.getLivePreview, camera.takePicture, or camera.startCapture.
Leave an interval of 1 second or more between changing the _filter setting and changing the captureMode setting.

Parameters

Name Type Description
options Object Set of option names and setting values to be set in JSON format

Results

None

Example

Parameters

{
    "options": {
        "iso": 200
    }
}