image_format
Set image format
| Request Type | URL |
|---|---|
| POST | /api/v1/image_format/<image_format_value> |
image_format_value
| Option | DJI Zenmuse | Description |
|---|---|---|
| rjpeg | XT | Radiometric JPEG image |
| tiff | XT | Tiff 14 bit image format |
| jpeg | XT | JPEG image format |
Sample Request
POST http://localhost:8123/api/v1/image_format/rjpeg
Sample Response
Status code: 200
{ "success": true }