Want to add the following function to my web application: To decode the barcodes created by this script . with a webcam and use values ββin a PHP web application.
Is it possible? if so, how?
Not with PHP, seeing that this is the server side. But you can accomplish this with java, javascript or some other client languages.
javascript (jQuery) webcam plugin
http://www.xarg.org/project/jquery-webcam-plugin/
EDIT - how to do this is to take a snapshot using javascript and then send it back to the server for decoding using PHP.
http://www.inliteresearch.com/homepage/support/kb_programming.html
, - , Javascript:
https://serratus.imtqy.com/quaggaJS/
-, , . , Javascript PHP AJAX .