mrousavy / react-native-vision-camera

📸 A powerful, high-performance React Native Camera library.
https://react-native-vision-camera.com
MIT License
7.44k stars 1.09k forks source link

❓How to scan GS1-DataBar Expanded code? #843

Closed SarotaM closed 2 years ago

SarotaM commented 2 years ago

Question

How can i scan and decrypt GS1-DataBar Expanded code with react-native-vision-camera? It is even possible to do it?

What I tried

I have tried to use 'vision-camera-code-scanner' package in react-native app, but this package doesn't recognize this type of code.

VisionCamera Version

2.9.4

Additional information

mrousavy commented 2 years ago

Hey, you should use Frame Processors for this. If the existing packages do not support this specific code yet, you can easily build your own Frame Processor Plugin :)

xulihang commented 2 years ago

You can try vision-camera-dynamsoft-barcode-reader which supports GS1-DataBar Expanded.