Skip to content

@camera.ui/sdk / camera / CameraZones

Interface: CameraZones

Defined in: camera/detection.ts:100

Everything the zone editor draws, one list per purpose. Motion decides where frame motion counts, object which types count where, privacy where nothing is looked at, alert which types notify from where, and lines report objects crossing them.

Properties

alert

alert: AlertZone[]

Defined in: camera/detection.ts:106


lines

lines: DetectionLine[]

Defined in: camera/detection.ts:107


motion

motion: MotionZone[]

Defined in: camera/detection.ts:103


object

object: ObjectZone[]

Defined in: camera/detection.ts:104


privacy

privacy: PrivacyZone[]

Defined in: camera/detection.ts:105


privacyFallback

privacyFallback: PrivacyFallback

Defined in: camera/detection.ts:102

What happens to a picture the privacy zones could not be applied to. Default: send.