API reference - Ricoh Theta

camera._convertVideoFormats command response on successful completion

Definitions
Type object

Example:

{
    "results": {
        "fileUrl": "http://192.168.1.10/files/100RICOH/R0010210_4K.MP4"
    },
    "name": "camera._convertVideoFormats",
    "state": "done"
}
Property Type Required Description
name const yes Executed command name
state const yes Command execution status
results object yes -

name

Definitions
Type const

Description: Executed command name

Specific value: "camera._convertVideoFormats"

state

Definitions
Type const

Description: Command execution status

Specific value: "done"

results

Definitions
Type object
Property Type Required Description
fileUrl string yes URL of the converted movie file

fileUrl

Definitions
Type string

Description: URL of the converted movie file