LazarSoft / jsqrcode

Javascript QRCode scanner
http://www.webqr.com
Apache License 2.0
3.96k stars 1.16k forks source link

1D Barcode support? #19

Open mariusmuntean opened 11 years ago

mariusmuntean commented 11 years ago

Hello,

while searching for resources I stumbled over your project. I'm developing a website to manage a stock of devices. To make it easier for the user to input some large numbers I want to integrate scanning(w/ the webcam) and decoding barcodes, the 1D ones not QR codes.

I'm developing the site using GWT 2.5 which has JSNI support. Do you think you will integrate support for decoding barcodes? Or is it already supported?

Thank you very much, Marius M.

ianjamieson commented 10 years ago

I am looking for the same functionality. I have used ZXing for a mobile web app and it does scan barcodes. Wondered if that functionality could be ported to Javascript as well.

drbsoftware commented 10 years ago

See https://github.com/EddieLa/BarcodeReader

SunboX commented 10 years ago

There's a JavaScript port of the "famous" ZBar Library here: https://github.com/yurydelendik/zbarjs