-
Hi Folks, Good day.
I hope you're doing great!
I'm posting this in the issues section as I didn't find any other place to ask it.
I'm researching on how to improve the QR Code decoding performance …
-
I have a problem when I try using pyzbar to decode a QR image. But I had given result don't match data which I using qrcode make before.
this is my code:
from pyzbar.pyzbar import decode
from…
-
I use this library in iOS.
But when I read the requence QRCodes, I got the crash by this line in RegressionLine.h:
```C++
assert(l1.isValid() && l2.isValid());
```
use in QRDetector.cpp:
```C…
-
Hi, Code ChatGPT suggested:
String generateQRCode(const String& data) {
QRCode qrcode;
uint8_t qrcodeData[qrcode_getBufferSize(3)];
qrcode_initText(&qrcode, qrcodeData, 3, 0, data.c_str())…
-
This issue is happen both when i trying to print a qrcode or trying to print image as bytes. i am using p58d thermal printer when i try to print the qrcode i can see the white space above the qrcode a…
-
I am encountering an error when attempting to generate a QR code using the qrcode library within a Cloudflare Worker. The error message is "You need to specify a canvas element".
Error stack:
```
…
-
Will provide crash log and sample repo app later..
-
![屏幕截图 2024-09-27 114257](https://github.com/user-attachments/assets/75994e28-fefb-4804-ae92-75eb49caea74)
![屏幕截图 2024-09-27 113956](https://github.com/user-attachments/assets/a89627d4-70bc-46dd-b9f2…
-
### Describe your issue. If applicable, add screenshots to help explain your problem.
when i tried to recognize the Chinese script my app crashed
this is crash
D/skia (27146): SkJpegCode…
-
Hi,
Despite my attempts with the latest version, ZBar-CPP fails to work on any images. Below are the detailed steps and code snippets demonstrating the issue.
These are my images for testing :
…