camera._setAccessPoint

Overview

Sets the access point information used in client mode.

Support model

Z1 V SC S
All v2.00.2 or later

Parameters

Name Type Description
ssid String SSID
ssidStealth Boolean (Optional)
SSID stealth
(true: enable, false: disable)
security String (Optional)
Authentication mode
(“none”, “WEP”, “WPA/WPA2 PSK”)
password String (Optional)
Password
This can be set when security is not “none”
connectionPriority Number (Optional)
Connection priority (1 to 5). Default is 1.
ipAddressAllocation String (Optional)
IP address allocation
“dynamic” or “static”. Default is “dynamic”
ipAddress String (Optional)
IP address assigned to camera
This setting can be set when ipAddressAllocation is “static”
subnetMask String (Optional)
Subnet mask
This setting can be set when ipAddressAllocation is “static”
defaultGateway String (Optional)
Default gateway
This setting can be set when ipAddressAllocation is “static”

Results

None.