camera.stopCapture command response on successful completion
Examples:
{
"name": "camera.stopCapture",
"state": "done",
"results": {
"fileUrls": [
"http://192.168.1.1/files/150100524436344d4201375fda9dc400/100RICOH/R0013317.MP4"
]
}
}
{
"name": "camera.stopCapture",
"state": "done"
}
Property |
Type |
Required |
Description |
name |
const |
yes |
Executed command name |
state |
const |
yes |
Command execution status |
results |
object |
no |
This property is sent only for movie shooting or interval shooting with no shot count specified. |
name
Description: Executed command name
Specific value: "camera.stopCapture"
state
Description: Command execution status
Specific value: "done"
results
Description: This property is sent only for movie shooting or interval shooting with no shot count specified.
Property |
Type |
Required |
Description |
fileUrls |
array of string |
yes |
A list of absolute URLs, pointing to video files or image files for open-ended interval capture. |
fileUrls
|
Definitions |
Type |
array of string |
Description: A list of absolute URLs, pointing to video files or image files for open-ended interval capture.
|
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