SNVT_privacyzone

Overview:

Privacy zone.  (action, zone number, camera ID.) .   

Used to support programmable privacy zones. The command consists of an action type, the number of the privacy zone, and the ID value of the camera telemetry receiver having this privacy zone.

EXAMPLES

Example 1, input

nvoPZset.action = PZ_UPPER_LEFT
nvoPZset.number = (unused)
Physical value = programming the upper left corner for privacy zone #1

Example 2, output

nvoPZset.action = PZ_ENTER
nvoPZset.number = 1
Physical value = the camera is inside privacy zone #1

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 151
Obsolete: no
Size: 4
Programmatic Name: SNVT_privacyzone
Neuron C Type:
Structure
actionPrivacy zone action type.  (privacy zone action type names.) .   
 
privacyzone_t
numberZone number.  (zone number.) .   
 
unsigned short
Minimum: 0
Maximum: 255
Invalid: 0
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
camera_idCamera ID.  (ID number.) .   
 
unsigned long
Minimum: 0
Maximum: 65535
Invalid: 0
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
Formats:

SNVT_privacyzone:  text("%m %d %d", action, number, camera_id)