API reference - Ricoh Theta

Option _timeShift

Definitions
Type object

Description: Settings for time shift shooting.

Examples:

{
    "firstShooting": "front",
    "firstInterval": 0,
    "secondInterval": 10
}
{
    "firstInterval": 0
}
Property Type Required Description
firstShooting enum (of string) no Shooting order.
front
Shoot from front side (opposite side of the display) then rear side
rear
Shoot from rear side then front side
firstInterval integer no Time (seconds) before first lens shooting.
ModelDefault value
Theta X2
Theta Z15
secondInterval integer no Time (seconds) from first lens shooting until the start of second lens shooting.

firstShooting

Definitions
Type enum (of string)
Default "front"

Description: Shooting order.

front
Shoot from front side (opposite side of the display) then rear side
rear
Shoot from rear side then front side

Must be one of:

firstInterval

Definitions
Type integer

Description: Time (seconds) before first lens shooting.

ModelDefault value
Theta X2
Theta Z15

Restrictions
Minimum ≥ 0
Maximum ≤ 10

secondInterval

Definitions
Type integer
Default 5

Description: Time (seconds) from first lens shooting until the start of second lens shooting.

Restrictions
Minimum ≥ 0
Maximum ≤ 10