MOTION_ENABLED
Description
Enable or Disable the Motion Detection function in every channel.
The input argument of this command is hexadecimal value. It controls how many channels motion detection are enabled or disabled. Here is the map of the input hexadecimal value and the channel motion detection.
Bit value in the input argument Channel Motion Detection Bit 0 Channel 1 Motion Detection Function Bit 1 Channel 2 Motion Detection Function Bit 2 Channel 3 Motion Detection Function Bit 3 Channel 4 Motion Detection Function The bit value is 1, the corresponding channel motion detection is enabled. Otherwise, it is disable.
Input Argument
0xnnNote that the value in higher bit (bit 4~7) will not be acceptable and error message will be returned if the higher bit (but 5~7) is not zero.
Attribute
Return of Message
MOTION_ENABLED='0x00'
MOTION_ENABLED='0x00'
or
ERROR: MOTION_ENABLED Value Failed
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/quad?USER=Admin&PWD=123456&MOTION_ENABLED
http://ip:port/cgi-bin/quad?USER=Admin&PWD=123456&MOTION_ENABLED=0x00
Back to