Proxy

data class Proxy(val use: Boolean, val url: String? = null, val port: Int? = null, val userid: String? = null, val password: String? = null)

Proxy information to be used when wired LAN is enabled.

The current setting can be acquired by camera.getOptions, and it can be changed by camera.setOptions.

For RICOH THETA Z1 firmware v2.20.3 or later RICOH THETA X firmware v2.00.0 or later

Constructors

Link copied to clipboard
constructor(use: Boolean, url: String? = null, port: Int? = null, userid: String? = null, password: String? = null)

Properties

Link copied to clipboard
val password: String? = null

Password used for proxy authentication

Link copied to clipboard
val port: Int? = null

Proxy server port number: 0 to 65535

Link copied to clipboard
val url: String? = null

Proxy server URL

Link copied to clipboard

true: use proxy false: do not use proxy

Link copied to clipboard
val userid: String? = null

User ID used for proxy authentication