Skip to content

@camera.ui/sdk / camera / ZoneType

Type Alias: ZoneType

ZoneType = "intersect" | "contain"

Defined in: camera/enums.ts:13

Detection zone intersection type.

  • intersect: Trigger when object touches the zone boundary
  • contain: Trigger only when object is fully inside the zone