API reference - Ricoh Theta

camera.stopCapture command response on successful completion

Definitions
Type object

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

Definitions
Type const

Description: Executed command name

Specific value: "camera.stopCapture"

state

Definitions
Type const

Description: Command execution status

Specific value: "done"

results

Definitions
Type object

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

Definitions
Type string

Description: Image or video file URL