API reference - Ricoh Theta

camera.takePicture command response on successful completion

Definitions
Type object

Example:

{
    "name": "camera.takePicture",
    "state": "done",
    "results": {
        "fileUrl": "http://192.168.1.1/files/150100524436344d4201375fda9dc400/100RICOH/R0013308.JPG"
    }
}
Property Type Required Description
name const yes Executed command name
state const yes Command execution status
results object yes Results of executed command

name

Definitions
Type const

Description: Executed command name

Specific value: "camera.takePicture"

state

Definitions
Type const

Description: Command execution status

Specific value: "done"

results

Definitions
Type object

Description: Results of executed command

Property Type Required Description
fileUrl string yes Absolute URL of the captured still image, which can be used to download directly from the Theta.
_dngFileUrl string no DNG file URL when shooting with raw+ mode (see fileFormat option). Theta Z1 only.

fileUrl

Definitions
Type string

Description: Absolute URL of the captured still image, which can be used to download directly from the Theta.

_dngFileUrl

Definitions
Type string

Description: DNG file URL when shooting with raw+ mode (see fileFormat option). Theta Z1 only.