ffc_mode
Set flat-field correction (FFC) mode
| Request Type | URL | DJI Zenmuse |
|---|---|---|
| POST | /api/v1/ffc_mode/<ffc_mode_value> | XT |
ffc_mode_value
| Option | Description |
|---|---|
| auto | Set FFC mode to auto |
| manual | Set FFC mode to manual |
Sample Request
POST http://localhost:8123/api/v1/ffc_mode/auto
Sample Response
Status code: 200
{ "success": true }