API reference - Ricoh Theta

camera._convertVideoFormats command request

Definitions
Type object

Example:

{
    "name": "camera._convertVideoFormats",
    "parameters": {
        "fileUrl": "http://192.168.1.10/files/100RICOH/R0010210.MP4",
        "size": "3840 x 1920"
    }
}
Property Type Required Description
name const yes Command to execute
parameters object yes -

name

Definitions
Type const

Description: Command to execute

Specific value: "camera._convertVideoFormats"

parameters

Definitions
Type object
Property Type Required Description
fileUrl string yes URL of a saved movie file
size enum (of string) yes Size of the converted movie (pixel). For Theta X, specify “3840 x 1920”.
projectionType const no Projection type of movie file. Theta Z1 only.
codec const no Codec. Theta Z1 only.
topBottomCorrection enum (of string) no Top/bottom correction. Theta Z1 only.
Apply
Top/bottom correction enabled and rotational shake correction enabled.
ApplyFixedDirection
Both top/bottom correction and rotational shake perfect correction enabled.
Disapply
Top/bottom correction disabled

fileUrl

Definitions
Type string

Description: URL of a saved movie file

size

Definitions
Type enum (of string)

Description: Size of the converted movie (pixel). For Theta X, specify “3840 x 1920”.

Must be one of:

projectionType

Definitions
Type const

Description: Projection type of movie file. Theta Z1 only.

Specific value: "Equirectangular"

codec

Definitions
Type const

Description: Codec. Theta Z1 only.

Specific value: "H.264/MPEG-4 AVC"

topBottomCorrection

Definitions
Type enum (of string)

Description: Top/bottom correction. Theta Z1 only.

Apply
Top/bottom correction enabled and rotational shake correction enabled.
ApplyFixedDirection
Both top/bottom correction and rotational shake perfect correction enabled.
Disapply
Top/bottom correction disabled

Must be one of: