API reference - Ricoh Theta

camera.startCapture command request

Definitions
Type object

Examples:

{
    "name": "camera.startCapture",
    "parameters": {}
}
{
    "name": "camera.startCapture",
    "parameters": {
        "_mode": "timeShift"
    }
}
Property Type Required Description
name const yes Command to execute
parameters object yes -

name

Definitions
Type const

Description: Command to execute

Specific value: "camera.startCapture"

parameters

Definitions
Type object
Property Type Required Description
_mode enum (of string) no Type of continuously shoots in the still image shooting mode. If This parameter is omitted, interval shooting is executed. This parameter cannot be specified in the movie shooting mode.
bracket
Multi bracket shooting
burst
Burst shooting, Theta Z1 only
composite
Interval composite shooting, Theta Z1 only
continuous
Continuous shooting, Theta X only
interval
Interval shooting
timeShift
Time shift shooting

_mode

Definitions
Type enum (of string)
Default "interval"

Description: Type of continuously shoots in the still image shooting mode. If This parameter is omitted, interval shooting is executed. This parameter cannot be specified in the movie shooting mode.

bracket
Multi bracket shooting
burst
Burst shooting, Theta Z1 only
composite
Interval composite shooting, Theta Z1 only
continuous
Continuous shooting, Theta X only
interval
Interval shooting
timeShift
Time shift shooting

Must be one of: