78
Interpretation Change the height of editing privacy masking area. Specify + or -. Before use this API, starting editing
is required.
Allowed users admin, operator
6.9. Motion Detect
The APIs below are related to motion detection. These are equivalent to the features on the Motion Detection page of
the WEB setting page. Refer to the instruction manual for details on the Motion Detection page.
Getting Motion Detect On/Off Status from VN-V685/686/686B
Format /api/param?camera.detection.status
Example of response camera.detection.status=on&200 OK
Interpretation Acquire the on/off status of motion detect.
Allowed users admin, operator, user
Setting Motion Detect to On/Off for VN-V685/686/686B
Format /api/param?camera.detection.status=data
Example of Response camera.detection.status&202 Accepted(camera.status=save)
Interpretation Change the on/off status of motion detect. The change is saved by the API, camera.status=save. If the
change is not saved, the setting is restored by reboot.
Caution: Motion detect does not work during auto tracking.
Allowed users admin, operator
Getting Motion Detect Sensitivity from VN-V685/686/686B
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-V685/686/686B
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.