VisionCamera Logo
  • Docs
  • API Reference
VisionCamera Logo
VisionCamera Logo
API Reference
react-native-vision-camera
react-native-vision-camera-barcode-scanner
BarcodeFormatBarcodeScannerOutputResolutionBarcodeValueTypeTargetBarcodeFormat
react-native-vision-camera-location
react-native-vision-camera-resizer
react-native-vision-camera-skia
react-native-vision-camera-barcode-scannerType aliases

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.

BarcodeFormat

Previous Page

BarcodeValueType

Next Page