Sets the access point information used in client mode.
Up to five access points can be registered. The access points registered with this API has priority over the ones detected with the camera UI.
X | Z1 | V | SC | S |
---|---|---|---|---|
v1.10.1 or later | All | v2.00.2 or later | --- | --- |
Name | Type | Description |
---|---|---|
ssid | String | SSID (Up to 32 bytes) |
ssidStealth | Boolean | (Optional) SSID stealth (true: enable, false: disable. Default is false.) |
security | String | (Mandatory) Authentication mode ("none", "WEP", "WPA/WPA2 PSK") This can be optional parameter only when overwriting access point information. |
password | String | (Optional) Password This can be set when security is not "none" |
connectionPriority | Number | (Optional) (RICOH THETA V, Z1) Connection priority (1 to 5). Default is 1. (RICOH THETA X) Fixed to 1 (The access point registered later has a higher priority.) |
ipAddressAllocation | String | (Optional) IP address allocation "dynamic" or "static". Default is "dynamic" |
ipAddress | String | (Optional) IP address assigned to camera This setting must be set when ipAddressAllocation is "static" |
subnetMask | String | (Optional) Subnet mask This setting must be set when ipAddressAllocation is "static" |
defaultGateway | String | (Optional) Default gateway This setting must be set when ipAddressAllocation is "static" |
_proxy | Object | Proxy information to be used for the access point. *2 *3 Also refer to _proxy option spec to set each parameter. |
*2 THETA Z1 Version 2.20.3 or later
*3 THETA X Version 2.00.0 or later
None.