roi
Set camera's region of interest (ROI)
| Request Type | URL | DJI Zenmuse |
|---|---|---|
| POST | /api/v1/roi/<roi_value> | XT |
roi_value
| Option | Description |
|---|---|
| full | Full |
| skyex33 | Sky excluded 33% |
| skyex50 | Sky excluded 50% |
Sample Request
POST http://localhost:8123/api/v1/roi/full
Sample Response
Status code: 200
{ "success": true }