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"
}
{
"name": "camera.startCapture",
"state": "done",
"id": "1234",
"_fileUrls": [
"http://192.168.1.1/files/100RICOH/R0011234.MP4"
]
}
| 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. |
| id |
string |
no |
Command ID, used to check the execution status with /osc/commands/status API. Only for video recording. |
| _fileUrls |
array of string |
no |
A list of absolute URLs that will be generated when the video recording is complete. Only for video recording. |
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 |
no |
A list of absolute URLs, pointing to video files or image files. Only for interval shooting with the shot count specified, interval composite shooting, multi bracket shooting, time shift shooting, burst shooting and continuous shooting. |
fileUrls
|
Definitions |
| Type |
array of string |
Description: A list of absolute URLs, pointing to video files or image files. Only for interval shooting with the shot count specified, interval composite shooting, multi bracket shooting, time shift shooting, burst shooting and continuous shooting.
|
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
id
Description: Command ID, used to check the execution status with /osc/commands/status API. Only for video recording.
_fileUrls
|
Definitions |
| Type |
array of string |
Description: A list of absolute URLs that will be generated when the video recording is complete. Only for video recording.
|
Array restrictions |
| Min items |
N/A |
| Max items |
N/A |
| Each item of this array must be |
Description |
| _fileUrls items |
The url for the video file that will be generated later. |
_fileUrls items
Description: The url for the video file that will be generated later.