Option _timeShift
Description: Settings for time shift shooting.
Examples:
{
"firstShooting": "front",
"firstInterval": 0,
"secondInterval": 10
}
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. Model | Default value |
---|
Theta X | 2 | Theta Z1 | 5 |
|
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
Description: Time (seconds) before first lens shooting.
Model | Default value |
---|
Theta X | 2 |
Theta Z1 | 5 |
|
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 |