-
The qr codes generated and displayed on a 320x480 TFT / Arduino MEGA can be scanned using an average qr-code scanner app, up to type 9. Using type 10 or higher, the app does not scan the code.
qrco…
-
Hello,
We use the module _prisme_invoice_iban_qrcode_ in Odoo 10 and we noticed that the QR code inside the QR-bill doesn't work.
In fact, no QR code scanner application can read them (tested wi…
-
```svelte
import { Html5Qrcode } from 'html5-qrcode'
import { onMount } from 'svelte'
let scanning = false
let html5Qrcode
onMount(init)
function init() {
…
-
Can we add a svelte example?
-
这里调用扫码,就会报错
```
case R.id.lly_qrcode_scanner:// 二维码扫描
intent = new Intent(mContext, QRCodeScannerActivity.class);
startActivityForResult(intent, QRCODE_SCANNER_REQ…
-
We need QrCode scanner to support zoom functionality to scan longer distance qr codes. READY TO PURCHASE
-
First of all, congratulations on the scanner and thanks for sharing.
I have created a QR code with colors and the reader does not read it. Can it be configured in any way?
If I try to read the c…
Vogod updated
2 years ago
-
Hello,
I've noticed that although the SVGs generated by qrencode seem quite reasonable, a large variety of programs/libraries displaying those rasterize them with gaps between the qrcode "squares" …
-
### What's happening?
When camera permission is not granted for the app, this long white rectangle pop-up will always appear first. User has to click anywhere outside of the rectangle pop-up be…
-
To do so, add the following to the scan method in CsZbar.m:
```
ZBarImageScanner *scanner = self.scanReader.scanner;
[scanner setSymbology:0 config:ZBAR_CFG_ENABLE to:0];
[…
ghost updated
8 years ago