-
I copied the raw image data from QImage (Qt Framework) to Mat with the code below:
`Mat img(qimage.height(), qimage.width(), CV_8UC1, reinterpret_cast(qimage.bits()), qimage.bytesPerLine())`
Due …
-
When I start the instance in my local environment, everything works perfectly, however when I try to run my instance using Docker in a cloud environment I can start the instance, but the QRCode is emp…
-
Hello,
I want to create own template of QRCODES, can we have access to source code or there is a different method to create template.
I talk about DotType.
Thanks for you responding.
-
Using:
```
qr=qrcode.QRCode(
version=1,
error_correction=qrcode.constants.ERROR_CORRECT_L,
box_size=4,
border=3,
)
qr.ad…
-
hi to all
i use qrcode in blade for email and my email not send
i test :
all of them does not work
-
docker-compose
`services:
wechaty_puppet_service:
image: wechaty/wechaty:0.65
container_name: wechaty_puppet_service_token_gateway
environment:
- WECHATY_LOG=verbose
-…
-
### Is your feature request related to a problem? Please describe.
It is sometimes convenient to include QR codes in material or slides, particularly when sharing long links.
At the moment these hav…
unode updated
3 months ago
-
We use your pod for some time now and everything's working fine. But when using iphone 6, so 64Bit systems, we got errors creating an QRCode from string .
Problem is in QREncoder.m line 416 "encode:s…
-
### What happened?
Hello,
I want to register some file downloads in Matomo in dedicated "Downloads" report.
But when I use the javascript method 'tracklink' with 'download' parameter, I can only se…
-
Sorry - very beginner at programming so this may be a simple answer.
Currently have made an app that reads a QR code live via the camera, and returns the result back to the app via code below, no is…