camera.startCapture command request
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
Description: Command to execute
Specific value: "camera.startCapture"
parameters
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. - 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) |
Description: Type of continuously shoots in the still image shooting mode. 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:
- “bracket”
- “burst”
- “composite”
- “continuous”
- “interval”
- “timeShift”