MOTION_OBJ
Description
Set the motion object size to the specific motion region.
The motion region was divided into several microblocks (16x16 pixel in a motion block). Every microblock has it own calculation of motion detection. This object gives an threshold of the number of motion triggered microblocks in the motion region. For example, there are 200 microblocks in a motion region and the object is set to 10. The motion detection will be triggered when the number of motion triggered microblocks is higher than 20 in this region.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, the error message will be returned.
Input Argument
n,obj
where
n is the motion region started from 1
obj is the motion timer in unit of second and the range is 1~300.
Attribute
Return of Message
OK: MOTION_OBJ='1,70'
or
ERROR: MOTION_OBJ='1,70'
Applicability
Status
Valid
See Also
MOTION_STATUS, MOTION_ENABLED, MOTION_SETTING, MOTION_SENSITIVITY
MOTION_ENABLED, MOTION_SENSITIVITY, MOTION_CONFIG, MOTION_CONFIG_GET, MOTION_TIMER
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&MOTION_OBJ=1,70
or
http://ip:port/cgi-bin/cmd/encoder?MOTION_OBJ=1,70
Back to