SENSITIVE
Description
Get or Set sensitivity of the motion detection in every channel.
The CHANNEL=n command has to be set before this URL command. The format of the URL is
http://ip:port/cgi-bin/quad?USER=Admin&PWD=123456&CHANNEL=n&SENSITIVE=m
where
n is the channel ID started from 1 (Channel 1) and the range is from 1~4.
m is the sensitive value in the range of 0~100. The less value, more sensitivity.
Input Argument
n (0~100). 100 is the most sensitive and 0 is the least sensitive in motion detection
Attribute
Return of Message
CHANNEL='1'
SENSITIVE='10'
CHANNEL='1'
SENSITIVE='10'
or
ERROR: CHANNEL Value Failed (if CHANNEL is out of range)
ERROR: SENSITIVE Value Failed (if SENSITIVE is out of range)
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/quad?USER=Admin&PWD=123456&CHANNEL=1&SENSITIVE
http://ip:port/cgi-bin/quad?USER=Admin&PWD=123456&CHANNEL=1&SENSITIVE=10
Back to