Allowed users admin, operator
Getting Motion Detect Mask from VN-V685/686/686B
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-V685/686/686B
Format /api/param?camera.detection.area=data
Example /api/param?camera.detection.area=000102030405060708090001
Example of response camera.detection.area&202 Accepted(camera.status=save)
Interpretation Change the motion detect mask. Specify using a 24 ASCII character string. Refer to the item on "Getting Motion Detect Mask from
Allowed users admin, operator
6.10. Network Basics
The APIs below are related to the basics of networks. These are equivalent to the features on the Basic page of the WEB setting page. Refer to the instruction manual for details on the Basic page.
Enabling Network Setting Changes
Format /api/param?network.interface.status=restart
Example of Response network.interface.status&200 OK
79