Example of response camera.private_mask.status=on&200 OK
Interpretation Acquire the on/off status of privacy masking.
Allowed users admin, operator, user
Setting Privacy Masking to On/Off for VN-V25/26
Format /api/param?camera.private_mask.status=data
Example of Response camera.private_mask.status&202 Accepted(camera.status=save)
Interpretation Change the on/off status of privacy masking. 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 Privacy Masking Color from VN-V25/26
Format /api/param?camera.private_mask.color
Example of response camera.private_mask.color=ffffff&200 OK
Interpretation Acquire the color of privacy masking. RGB values are returned as hexadecimal number. For
exmaple, ffffff is white, ff0000 is red, 00ff00 is green, and 0000ff is blue.
Allowed users admin, operator, user
Setting Privacy Masking Color for VN-V25/26
Format /api/param?camera.private_mask.color=data
Example of Response camera.private_mask.color&202 Accepted(camera.status=save)
Interpretation Change the color of privacy masking. Specify RGB values by hexadecimal number. For exmaple,
ffffff for white, ff0000 for red, 00ff00 for green, and 0000ff for blue.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
6.8. 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-V25/26
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
48