API reference - Ricoh Theta

Option _topBottomCorrectionRotation

Definitions
Type object

Description: Sets the front position for the top/bottom correction. Enabled only for _topBottomCorrection is Manual.
Theta X only.

Example:

{
    "pitch": "0.0",
    "roll": "0.0",
    "yaw": "0.0"
}
Property Type Required Description
pitch string yes Front position moves up or down. Value is “-90.0” to “+90.0”, 0.1 degree/step.
roll string yes Front position moves from side to side. Value is “-180.0” to “+180.0”, 0.1 degree/step.
yaw string yes A circular movement of front position. Value is “-180.0” to “+180.0”, 0.1 degree/step.

pitch

Definitions
Type string

Description: Front position moves up or down. Value is “-90.0” to “+90.0”, 0.1 degree/step.

Restrictions
Must match regular expression ^-?(([1-8]?[0-9](\.[0-9])?)|(90(\.0)?))$ Test

roll

Definitions
Type string

Description: Front position moves from side to side. Value is “-180.0” to “+180.0”, 0.1 degree/step.

Restrictions
Must match regular expression ^-?(([1-9]?[0-9](\.[0-9])?)|(1[0-7][0-9](\.[0-9])?)|(180(\.0)?))$ Test

yaw

Definitions
Type string

Description: A circular movement of front position. Value is “-180.0” to “+180.0”, 0.1 degree/step.

Restrictions
Must match regular expression ^-?(([1-9]?[0-9](\.[0-9])?)|(1[0-7][0-9](\.[0-9])?)|(180(\.0)?))$ Test