API reference - Ricoh Theta

Request shutter command

Definitions
Type object

Description: Send a shooting command.
Theta A1 and X only.

Service UUIDb6ac7a7e-8c01-4a52-b188-68d53df53ea2
Characteristic UUID6e2deebe-88b0-42a5-829d-1b2c6abce750
Value formatUTF-8 string (JSON)
Enabled to readfalse
Enabled to writetrue
Enabled to notifyfalse

Examples:

{
    "name": "camera.takePicture"
}
{
    "name": "camera.startCapture"
}
{
    "name": "camera.startCapture",
    "parameters": {
        "_mode": "interval"
    }
}
{
    "name": "camera.stopCapture"
}
Property Type Required Description
name enum (of string) yes Shooting command name. In case of “camera.startCapture”, “parameters” property can be specified.
parameters object no -

name

Definitions
Type enum (of string)

Description: Shooting command name. In case of “camera.startCapture”, “parameters” property can be specified.

Must be one of:

parameters

Definitions
Type object
Property Type Required Description
_mode enum (of string) no Type of continuously shoots in the still image shooting mode. This parameter cannot be specified in the movie shooting mode.
interval
Interval shooting
timeShift
Time shift shooting
timeShift_manual
Manual time shift shooting. Theta A1 only.

_mode

Definitions
Type enum (of string)

Description: Type of continuously shoots in the still image shooting mode. This parameter cannot be specified in the movie shooting mode.

interval
Interval shooting
timeShift
Time shift shooting
timeShift_manual
Manual time shift shooting. Theta A1 only.

Must be one of: