LazarSoft / jsqrcode

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

Do you provide a QR decoding webservice? #15

Open gbosetti opened 11 years ago

gbosetti commented 11 years ago

I need to decode QRs with a webservice because the qrcode.decode() method is too slow on mobile.

Thanks for your time!

xfwhwh commented 11 years ago

I also want to know the realtime capture code behind the example as shown in http://www.webqr.com/, I have try to capture the image from video per 3 second, but it still failure and don't know how to solve this issue. Thank you for your time!