How to enable & disable the privacy mask of a camera by using rcpp command?
Step-by-step guide
The RCPP command to enable/ disable the privacy masks - CONF_PRIV_MSK_POLY - 0x0bd8
Fixed camera:
- the command does not have simple ON/OFF feature for fixed cameras. So first one should request the current privacy mask configuration using the READ mode of CONF_PRIV_MSK_POLY - 0x0bd8
- to disable use the payload from the READ command and disable the privacy mask in question.
- Read out the existing mask setting first: http://160.10.11.174:80/rcp.xml?command=0x0bd8&type=P_OCTET&direction=READ&num=1
There are 8 masks. Change the value to
00to disable and01to enable
Note: 00/01/02/03/04/05/06/07/08 → refer to the privacy mask ID- Need to have the rest of the payload included as this will keep the polygon shape during toggling
Moving cameras:
- MIC IP starlight 7100i → Mask OFF:
- MIC IP starlight 7100i → Mask ON:
Note: In this case in the camera WebInterface, under Settings-Camera-Privacy Masks, there is a Disable Masks check box