Skip to content

@camera.ui/sdk / camera / PrivacyFallback

Type Alias: PrivacyFallback

PrivacyFallback = "send" | "drop"

Defined in: camera/detection.ts:92

What to do with a picture whose privacy zones could not be applied, for example on a pixel format we cannot write.

  • send — ship it unmasked, the user sees it and can delete it
  • drop — no picture at all rather than an unmasked one