![]() |
HJB 7/26/2021 |
Scan QR-codes with PHP - How to make it Happen - Youtube Video Suggest that you should get in touch with the Youtube Video creator to let your wished scenario to happen under PHP. |
A
|
Abhijeet author 7/26/2021 |
Hi HJB, I have gone through the video and it is for PHP QR decoding. It is a advanced way to make php decode the image. I beleive the qr code scanners are able to decode the QR scan to a code, I need to capture that text which has been decoded by the scanner and take it from clipboard (maybe) and insert in the fields. So maybe I need a way to capture the text from clipboard which is normally in csv format and place into the fields. Am I thinking in the right way ? Hope this helps. |
![]() |
HJB 7/26/2021 |
Am not sure whether or not the BARCODE PLUGIN as per URL content above can be modified to From previous views to Barcode Scan related issues I learned that it is vital that the scan unit is supporting So, using things this way, in my opinion the workaround via the clipboard would become obsolete. P.S. In junction with "Using a webcam for QR code decoding ..." via Java Script, I stumbled about the following: Java Script Code when using a WebCam for QR-code decoding Further I found a FREEWARE to work under Windows 10 to use FILE, CLIPBOARD, WEBCAM or SCREEN: QR Code Desktop Reader under Windows 10 - Freeware - Download |
S
|
salus2 7/27/2021 |
If you can generate the QRCode that is being read then you could embed a URL that most mobile phones could read and run to POST data to a PHP script that could insert data into the database. If you can only read the QRCode you'd need to pass whatever usefull information you can read as text to a PHP script that could parse the contents and then POST data to a PHP script that could insert data into the database. |