mode
Set camera mode
| Request Type | URL | DJI Zenmuse |
|---|---|---|
| POST | /api/v1/mode/<mode_value> | Any |
mode_value
| Option | Description |
|---|---|
| photo | Photo mode |
| playback | Playback mode |
| video | Video mode |
Sample Request
POST http://localhost:8123/api/v1/mode/photo
Sample Response
Status code: 200
{ "success": true }