How to Scan QR code using webcam and php or javascript

31,182

you could use this jquery webcam plugin and then send the image to php-zbarcode. It uses zbar which can read qrcodes. Note that the plugin requires flash.

There is also jsqrcode which you could use to scan and interpret the QR Code, however this requires HTML5 for displaying the webcam output, and flash for capturing.

Here is a previous question pertaining to javascript-only solutions

Share:
31,182
Admin
Author by

Admin

Updated on July 05, 2022

Comments

  • Admin
    Admin almost 2 years

    I am trying to implement QR code. i've successfully implement it using phpqrcode. However I don't know about how to decode the QR code using webcam and php or javascript. I've tried to search it on google, but can't find any solution for this. Anyone could help me? Thank you so much

  • daR
    daR about 9 years
    Sir do you have a running code for this? reading qr code using pc camerea in php ? i cannot run it locally. pls healp