CameraPosition

type CameraPosition = "front" | "back" | "external" | "unspecified"

Represents the physical position of a CameraDevice on the device.

  • 'front': The Camera is located on the front of the device, typically used for selfies.
  • 'back': The Camera is located on the back of the device, typically used for capturing the scene.
  • 'external': The Camera is an external Camera (e.g. USB, Continuity Camera).
  • 'unspecified': The Camera's position is unknown or not applicable.

On this page

No Headings