User Manual

VIVOTEK
User's Manual - 387
© 2019 VIVOTEK INC. All Right Reserved
235
PARAMETER
VALUE
SECURITY
(get/set)
DESCRIPTION
key1
password [26]
6/6
WEP key1 for encryption.
* Only valid when "wireless_encrypt" is
"wep"
key2
password [26]
6/6
WEP key2 for encryption.
* Only valid when "wireless_encrypt" is
"wep"
key3
password [26]
6/6
WEP key3 for encryption.
* Only valid when "wireless_encrypt" is
"wep"
key4
password [26]
6/6
WEP key4 for encryption.
* Only valid when "wireless_encrypt" is
"wep"
algorithm
AES, TKIP
6/6
Algorithm
* Only valid when "wireless_encrypt" is
"wpa" or "wpa2"
presharedkey
password [64]
6/6
WPA/WPA2PSK mode pre-shared key.
* Only valid when "wireless_encrypt" is
"wpa" or "wpa2"
7.51 Shock Detection
Group: shock_c<0~(n-1)> for n channel products
n denotes the value of "capability_nvideoin" (capability_shockalarm_support > 0)
PARAMETER
VALUE
SECURITY
(get/set)
DESCRIPTION
alarm_enable
<boolean>
4/4
Enable shock detection's alarm.
alarm_level
1~100
4/4
The value indicate the support strength
level of shock detection's alarm.
© 2019 VIVOTEK INC. All Right Reserved
236
8. Useful Functions
8.1 Drive the Digital Output (capability_ndo > 0)
Note: This request requires Viewer privileges.
Method: GET/POST
Syntax:
[&do2=<state>]
[&do3=<state>][&do4=<state>]
Where state is 0 or 1; “0” means inactive or normal state, while “1” means active or triggered state.
PARAMETER VALUE DESCRIPTION
do<num> 0, 1 0 Inactive, normal state
1 Active, triggered state
Example: Drive the digital output 1 to triggered state and redirect to an empty page.
http://myserver/cgi-bin/dido/setdo.cgi?do1=1
8.2 Query Status of the Digital Input (capability_ndi > 0)
Note: This request requires Viewer privileges
Method: GET/POST
Syntax:
http://<servername>/cgi-bin/dido/getdi.cgi?[di0][&di1][&di2][&di3]
If no parameter is specified, all of the digital input statuses will be returned.
Return:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: <length>\r\n
\r\n
[di0=<state>]\r\n
[di1=<state>]\r\n
[di2=<state>]\r\n