BarcodeScannerOutputResolution

type BarcodeScannerOutputResolution = "preview" | "full"

Controls the camera buffer resolution used for barcode scanning.

  • 'preview': Prefer preview-sized buffers for lower latency.
  • 'full': Prefer full/highest available buffers for better detail.

On this page

No Headings