Caution: Motion detect does not work during auto tracking.
Allowed users admin, operator
Getting Motion Detect Sensitivity from VN-V686
Format /api/param?camera.detection.level
Example of response camera.detection.level=20&200 OK
Interpretation Acquire the motion detect sensitivity. A value between 0 to 100 will be returned. The larger the value, the higher will be the sensitivity.
Allowed users admin, operator, user
Setting Motion Detect Sensitivity for VN-V686
Format /api/param?camera.detection.level=data
Example of response camera.detection.level&202 Accepted(camera.status=save)
Interpretation Change the motion detect sensitivity. Specify a value between 0 to 100. The larger the value, the higher will be the sensitivity. The sensitivity is 11 steps internally. The change is saved by the API, camera.status=save. If the change is not saved, the setting is restored by reboot.
Allowed users admin, operator
Getting Motion Detect Mask from VN-V686
Format /api/param?camera.detection.area
Example of response camera.detection.area=000102030405060708090001&200 OK
Interpretation Acquire the mask of motion detect. 24 ASCII characters will be returned.
The screen of
10000000 00000000 00000000 ,,,
Storage in bytes will begin from the LSB and represented in a hexadecimal value as shown below.
01 00 00 00 00 00 00 00 00 00
The hexadecimal value denotes the 24 ASCII characters acquired via this API that are expressed in ASCII codes. For example, the following character string will be returned when only the top left and bottom right blocks are masked. camera.detection.area=010000000000000000000080
Allowed users admin, operator, user
Setting Motion Detect Mask for VN-V686
Format /api/param?camera.detection.area=data
72