MOTION_OBJ
Description
Set the threshold of the percentage of motion triggered microblocks in the motion region.
The motion region was divided into several microblocks (16x16 pixels in a motion block). Every microblock has it own calculation of motion detection. This URL 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 threshold of the percentage of motion trigger microblocks 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 threshold of the percentage of motion triggered microblocks in the motion region and the range is 0~100.
Attribute
Return of Message
OK: MOTION_OBJ='1,70'
or
ERROR: invalid parameters
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