Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
105
rated 0 times [  110] [ 5]  / answers: 1 / hits: 25778  / 13 Years ago, mon, january 30, 2012, 12:00:00

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?


More From » php

 Answers
134

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


[#87737] Saturday, January 28, 2012, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
antonb

Total Points: 424
Total Questions: 104
Total Answers: 101

Location: Serbia
Member since Tue, Jul 26, 2022
2 Years ago
;