javascript - Read qrcode from a web page with camera. -


im looking solution read qrcode on webpage.

lets i've generated php , library (zxing or else) qrcode , printed on piece of paper, ok?

what now, read tablet/smartphone throught web-page. browse page, asks me aim qrcode camera, , scanned content sent page decodes it.

there's out there handle without need use android/ios app? type of 2d barcode aswell, not exclusively qrcode.

ty

i have once worked lazarsoft's jsqrcode

it worked fine in browser, , know made demo test on phone camera.

here repository: https://github.com/lazarsoft/jsqrcode

for camera support: use camcanvas api: http://www.taboca.com/p/camcanvas/


Comments