Definitions | |
---|---|
Type | object |
Description: Image format used in shooting. See supported values.
Examples:
{
"type": "jpeg",
"width": 11008,
"height": 5504
}
{
"type": "raw+",
"width": 6720,
"height": 3360
}
{
"type": "mp4",
"width": 3840,
"height": 1920,
"_codec": "H.264/MPEG-4 AVC",
"_frameRate": 30
}
Property | Type | Required | Description |
---|---|---|---|
type | enum (of string) | yes | File type |
width | integer | yes | Width dimension |
height | integer | yes | Height dimension |
_codec | enum (of string) | no | Codec of a video file |
_frameRate | integer | no | Frame rate of a video file |
Definitions | |
---|---|
Type | enum (of string) |
Description: File type
Must be one of:
Definitions | |
---|---|
Type | integer |
Description: Width dimension
Definitions | |
---|---|
Type | integer |
Description: Height dimension
Definitions | |
---|---|
Type | enum (of string) |
Description: Codec of a video file
Must be one of:
Definitions | |
---|---|
Type | integer |
Description: Frame rate of a video file