Want to add following feature to my web application: To decode barcodes generated by this script . with webcam and use values in PHP web application.
Is that possible? if yes how?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not with PHP, seeing as it is server side. But, you could accomplish this with java, javascript, or some other client side languages.
javascript (jQuery) webcam plugin
http://www.xarg.org/project/jquery-webcam-plugin/
EDIT — how this would be done is to take the picture with javascript, and then send it back to the server to decode by PHP.
http://www.inliteresearch.com/homepage/support/kb_programming.html