Request shutter command
Description: Send a shooting command.
Theta A1 and X only.
Service UUID | b6ac7a7e-8c01-4a52-b188-68d53df53ea2 |
---|
Characteristic UUID | 6e2deebe-88b0-42a5-829d-1b2c6abce750 |
---|
Value format | UTF-8 string (JSON) |
---|
Enabled to read | false |
---|
Enabled to write | true |
---|
Enabled to notify | false |
---|
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:
- “camera.takePicture”
- “camera.startCapture”
- “camera.stopCapture”
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. - 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:
- “interval”
- “timeShift”
- “timeShift_manual”