GET /system/supportedFormats
Get supported formats.
Response
200 - OK
The response is a JSON object.
Name Type Description
supportedFormats array
supportedFormats[i] object
supportedFormats[i].codecs array
Possible values are: 23.98, 24.00, 24, 25.00, 25,
29.97, 30.00, 30, 47.95, 48.00, 48, 50.00, 50,
59.94, 60.00, 60, 119.88, 120.00, 120.
supportedFormats[i].codecs[i] string
supportedFormats[i].frameRates array
supportedFormats[i].frameRates[i] string
supportedFormats[i].maxOffSpeedFrameRate number
supportedFormats[i].minOffSpeedFrameRate number
supportedFormats[i].recordResolution object
supportedFormats[i].recordResolution.height number Height of the resolution
supportedFormats[i].recordResolution.width number Width of the resolution
supportedFormats[i].sensorResolution object
supportedFormats[i].sensorResolution.height number Height of the resolution
supportedFormats[i].sensorResolution.width number Width of the resolution
501 - This functionality is not implemented for the device in use.
GET /system/format
Get current format.
Response
200 - OK
The response is a JSON object.
Name Type Description
codec string Currently selected codec
frameRate string
Frame rate Possible values are: 23.98, 24.00, 24, 25.00, 25,
29.97, 30.00, 30, 47.95, 48.00, 48, 50.00, 50, 59.94, 60.00,
60, 119.88, 120.00, 120.
maxOffSpeedFrameRate number
minOffSpeedFrameRate number
offSpeedEnabled boolean
offspeedFrameRate number
recordResolution object
recordResolution.height number Height of the resolution
149Developer Information