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

BarcodeValueType

type BarcodeValueType = 
  | "unknown"
  | "contact-info"
  | "email"
  | "isbn"
  | "phone"
  | "product"
  | "sms"
  | "text"
  | "url"
  | "wifi"
  | "geo"
  | "calendar-event"
  | "driver-license"

BarcodeScannerOutputResolution

Controls the camera buffer resolution used for barcode scanning.

TargetBarcodeFormat

Next Page