aperture

Set aperture

Request Type URL DJI Zenmuse
POST /api/v1/aperture/<value> Z30

<value> is a floating point value of aperture (from 1.6 to 14).

Note: This setting takes effect in aperture exposure_mode only.

Sample Request

POST http://localhost:8123/api/v1/aperture/6.8

Sample Response

Status code: 200

{
  "success": true
}

app →