@camera.ui/sdk / camera / PrivacyZone
Interface: PrivacyZone
Defined in: camera/detection.ts:77
Privacy zone configuration. camera.ui always covers the area in live view, playback and the pictures it generates; dropDetections decides whether detections inside are dropped too or whether the camera keeps watching an area it does not show.
Properties
dropDetections
dropDetections:
boolean
Defined in: camera/detection.ts:83
Whether detections inside are dropped as well. Default: true.
name
name:
string
Defined in: camera/detection.ts:79
Zone display name.
points
points:
Point[]
Defined in: camera/detection.ts:81
Polygon points (0-100 percentage coordinates).