vision-camera-barcode-scanner icon indicating copy to clipboard operation
vision-camera-barcode-scanner copied to clipboard

High performance barcode scanner for React Native using VisionCamera

Results 10 vision-camera-barcode-scanner issues
Sort by recently updated
recently updated
newest added

I tried to update our camera to V4 but I noticed an issue with CodeHighlight not being aligned correctly. It happens in a clean project with only the example code...

Since this package is inspired by [rodgomesc/vision-camera-code-scanner](https://github.com/rodgomesc/vision-camera-code-scanner), that package supported inverted DataMatrix (white code on black background). This package doesn't seem to support that? See: https://github.com/rodgomesc/vision-camera-code-scanner/issues/36

i follow your step to install. My program still have some errors. i installed "@mgcrea/vision-camera-barcode-scanner": "^0.6.6" and "@mgcrea/vision-camera-code-scanner": "^0.3.3". it still show the show. I tried using visiion-camera-barcode-scanner example program...

I am using react-native-vision-camera: 3.8.2 @mgcrea/vision-camera-barcode-scanner: 0.8.5 react-native-worklets-core: 0.3.0 App getting crashed on frame processor plugin load ![image](https://github.com/mgcrea/vision-camera-barcode-scanner/assets/16476120/6498a33c-be82-44a7-9064-b2542f34fb76)

I'm seeing reports of this from my Android users in production. The full exception is: ``` Frame Processor Error: Exception in HostFunction: java.lang.RuntimeException: Frame is already closed! Are you trying...

on setting up the lib and opening the camera, the camera briefly shows and then I get the error "java.lang.IllegalStateException: maxImages (3) has already been acquired, call #close before acquiring...

I'm using Bare React native following the steps of installation: `yarn add react-native-worklets-core` And I'm getting this: ERROR Error: The package 'vision-camera-code-scanner' doesn't seem to be linked. Make sure: -...

It works fine on iOS, but on android I'm getting the following error ``` > Configure project :react-native-vision-camera [VisionCamera] Thank you for using VisionCamera ❤️ [VisionCamera] If you enjoy using...

/Users/swildev/Documents/GitHub/SwilSORT/node_modules/vision-camera-code-scanner/android/src/main/java/com/visioncameracodescanner/BarcodeConverter.java:10: error: cannot find symbol import com.google.mlkit.vision.barcode.Barcode; ^ symbol: class Barcode location: package com.google.mlkit.vision.barcode /Users/swildev/Documents/GitHub/SwilSORT/node_modules/vision-camera-code-scanner/android/src/main/java/com/visioncameracodescanner/BarcodeConverter.java:49: error: package Barcode does not exist public static WritableNativeArray convertAddressList(@NonNull List addresses) { ^ /Users/swildev/Documents/GitHub/SwilSORT/node_modules/vision-camera-code-scanner/android/src/main/java/com/visioncameracodescanner/BarcodeConverter.java:59:...

If you add the library to package.json, then node-modules will have the following path to index.js: ../@mgcrea/vision-camera-barcode-scanner/dist/. When using this library, the project build fails with an error. If in...