camera.startCapture command response on successful completion
Examples:
{
"name": "camera.startCapture",
"state": "done",
"results": {
"fileUrls": [
"http://192.168.1.1/files/150100525831424d42075b6ace1cc300/100RICOH/R0010005.JPG",
"http://192.168.1.1/files/150100525831424d42075b6ace1cc300/100RICOH/R0010006.JPG"
]
}
}
{
"name": "camera.startCapture",
"state": "done"
}
Property |
Type |
Required |
Description |
name |
const |
yes |
Executed command name |
state |
const |
yes |
Command execution status |
results |
object |
no |
For movie shooting or interval shooting with no shot count specified, this property does not be sent. |
name
Description: Executed command name
Specific value: "camera.startCapture"
state
Description: Command execution status
Specific value: "done"
results
Description: For movie shooting or interval shooting with no shot count specified, this property does not be sent.
Property |
Type |
Required |
Description |
fileUrls |
array of string |
yes |
A list of absolute URLs, pointing to video files or image files |
fileUrls
|
Definitions |
Type |
array of string |
Description: A list of absolute URLs, pointing to video files or image files
|
Array restrictions |
Min items |
N/A |
Max items |
N/A |
Each item of this array must be |
Description |
fileUrls items |
Image or video file URL |
fileUrls items
Description: Image or video file URL