API reference - Ricoh Theta

Option _proxy

Definitions
Type object

Description: Proxy information to be used when wired LAN is enabled. In the case of wireless LAN, use camera._setAccessPoint command.

Examples:

{
    "use": false
}
{
    "use": true,
    "url": "192.168.68.59",
    "port": 8080,
    "userid": "user-id",
    "password": "user-password"
}
{
    "use": true,
    "url": "192.168.68.59",
    "port": 8080
}
Property Type Required Description
use boolean yes Use proxy or not. If true, use proxy.
url string no Proxy server IP address or domain
port number no Proxy server port number
userid string no User ID used for proxy authentication
password string no Password used for proxy authentication. This value cannot be read.

use

Definitions
Type boolean

Description: Use proxy or not. If true, use proxy.

url

Definitions
Type string

Description: Proxy server IP address or domain

port

Definitions
Type number

Description: Proxy server port number

Restrictions
Minimum ≥ 1
Maximum ≤ 65535

userid

Definitions
Type string

Description: User ID used for proxy authentication

password

Definitions
Type string

Description: Password used for proxy authentication. This value cannot be read.