GET /system/supportedFormats
Get supported formats.
Response
200 - OK
The response is a JSON object.
Name
supportedFormats
supportedFormats[i]
supportedFormats[i].codecs
supportedFormats[i].codecs[i]
supportedFormats[i].frameRates
supportedFormats[i].frameRates[i]
supportedFormats[i].maxOffSpeedFrameRate
supportedFormats[i].minOffSpeedFrameRate
supportedFormats[i].recordResolution
supportedFormats[i].recordResolution.height
supportedFormats[i].recordResolution.width
supportedFormats[i].sensorResolution
supportedFormats[i].sensorResolution.height
supportedFormats[i].sensorResolution.width
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
codec
frameRate
maxOffSpeedFrameRate
minOffSpeedFrameRate
offSpeedEnabled
offspeedFrameRate
recordResolution
recordResolution.height
Type
Description
array
object
Possible values are: 23.98, 24.00, 24, 25.00, 25,
array
29.97, 30.00, 30, 47.95, 48.00, 48, 50.00, 50,
59.94, 60.00, 60, 119.88, 120.00, 120.
string
array
string
number
number
object
number
Height of the resolution
number
Width of the resolution
object
number
Height of the resolution
number
Width of the resolution
Type
Description
string
Currently selected codec
Frame rate Possible values are: 23.98, 24.00, 24, 25.00, 25,
string
29.97, 30.00, 30, 47.95, 48.00, 48, 50.00, 50, 59.94, 60.00,
60, 119.88, 120.00, 120.
number
number
boolean
number
object
number
Height of the resolution
Informacje dla deweloperów
2196