exmaple, ffffff is white, 808080 is gray, 000000 is black. The brightness is 11 steps internally.
Allowed users admin, operator, user
Setting Privacy Masking Brightness for VN-V685/686/686B
Format /api/param?camera.private_mask.color=data
Example of Response camera.private_mask.color&202 Accepted(camera.status=save)
Interpretation Change the brightness of privacy masking. Specify RGB values by hexadecimal number. For exmaple,
fffffffor white, 808080 for gray, 000000 for black.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
Start/Save Editing of Privacy Masking for VN-V685/686/686B
Format /api/param?camera.private_mask.area(number).status=data
Example to start editing /api/param?camera.private_mask.area(0).status=edit Example to save editing /api/param?camera.private_mask.area(0).status=save Example to clear setting /api/param?camera.private_mask.area(0).status=clear Example to quit editing without save
/api/param?camera.private_mask.area(0).status=exit
Example of Response camera.private_mask.area(0).status&200 OK
Interpretation Start editing of a privacy masking area. Specify from 0 to 7 as area number. Specify "edit", "save", "clear" or "exit". When editing is started, zoom is changed to Wide edge, and pan/tilt positions are restored if the privacy masking area has settings. Pan/tilt position of the privacy masking area can be changed by pan/tilt APIs. Allowed users admin, operator
Setting Width of Privacy Masking Area for VN-V685/686/686B
Format /api/param?camera.private_mask.width=data
Example to expand the width 1 step /api/param?camera.private_mask.width=+
Example of Response camera.private_mask.width&200 OK
Interpretation Change the width of editing privacy masking area. Specify + or
is required.
Allowed users admin, operator
Setting Height of Privacy Masking Area for VN-V685/686/686B
Format /api/param?camera.private_mask.height=data
Example to expand the height 1 step /api/param?camera.private_mask.height=+
Example of Response camera.private_mask.height&200 OK
77