Hi All,
I want to implement a barcode reader or scanner. Scanner should be accessible through web browser in mobile and ipad and can read barcode through camera stream. I am not looking to implement mobile app right now.
Hi,
Try perhaps to start with https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia
Seems you have full libraries such as https://github.com/serratus/quaggaJS the real problem being recognizing a barcode in the captured images...