serratus / quaggaJS

An advanced barcode-scanner written in JavaScript
https://serratus.github.io/quaggaJS/
MIT License
5.07k stars 979 forks source link

Support for google mobile vision api #338

Open nitinsbuzz opened 6 years ago

nitinsbuzz commented 6 years ago

Is there an option to look into this and have you tried something like this already?

getsalty commented 6 years ago

According to the tutorial, Google Mobile Vision is an api for native android apps. If you want something that might be able to run in an android app, try out zxing.

nitinsbuzz commented 5 years ago

I am more interested in linking/building a library of ann algorithms to support the recognition of barcodes on web app by learning from the camera settings/capabilities and reducing error rates based on camera caps. Could this be an option to look into?

ericblade commented 5 years ago

it sounds like quagga is what you're looking for if you're wanting to experiment with web. mobile vision is a native api.