Benjamin Du wrote:Hello,
Please refer to the following code:
//string data = Spire.Barcode.BarcodeScanner.ScanOne(@"..\..\barcode.png");
Bitmap img = (Bitmap)pictureBox1.Image;
string data = Spire.Barcode.BarcodeScanner.ScanOne(img);
MessageBox.Show(data);
If you get any questions, welcome to get it back to us.
Regards,
Benjamin
E-iceblue support team
I have a problem I am generating QR Codes properly from the Entry Form and I tried with my iPhone QR Code scanner and it is able to read the QR code from the Screen and from the paper. In the second form (Exit Form) I'm trying to scan that QR Code from the paper using camera snapshot which I save to picturebox at the bottom but it gives me error it is something wrong with the code I'm using or the quality of the Captured images is not good for that it can't recognize it properly..?
PS: At the attachments below I uploaded both a screenshot from the Error and from the captured image from which I tried to scan.
Login to view the files attached to this post.