ekreutz / react-native-barcode-scanner-google

Barcode scanner for react native, which implements barcode detection from Google's Vision API.
MIT License
113 stars 68 forks source link

comparision with rncamera #33

Open akshay2604 opened 5 years ago

akshay2604 commented 5 years ago

react native camera has onGoogleVisionBarcodeDetected prop which detects barcode using google vision. Is there any difference between that and this library?

sjiep commented 5 years ago

@akshay2604 the google vision barcode detector got added to RNC earlier this year based on the code from this project so there shouldn't be any difference (see his PR) .

In my experience the performance is a lot better using the google vision barcode detector compared to the default one provided.