-
happening:
Please add the flash function, it is too dark at night.Thank!
Build details:
"react-native": "0.55.3",
"react-native-camera": "^1.1.4",
"react-native-qrcode-scanner": "^1.0.1",
201…
-
**Bug**
**html5-qrcode.min.js** includes the scanner with UI. To save bandwidth, it would be great to have a version without it.
In this case, only code for detection is required. Are there any ot…
-
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
-
What is the lower version of 'com.github.leyan95:android-zxingLibrary:0.1.2-PRE.'?
Please help
_Originally posted by @Prashanth00 in https://github.com/leyan95/qrcode_scanner/issues/54#issuecommen…
-
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
-
```
The svn code and also http://qrcode.littleidiot.be/ produce an unreadable code
for the string:
TEL:123456789
As tested with Barcode Scanner on Android.
This might be related to issue #1 but I di…
-
```
The svn code and also http://qrcode.littleidiot.be/ produce an unreadable code
for the string:
TEL:123456789
As tested with Barcode Scanner on Android.
This might be related to issue #1 but I di…
-
```
The svn code and also http://qrcode.littleidiot.be/ produce an unreadable code
for the string:
TEL:123456789
As tested with Barcode Scanner on Android.
This might be related to issue #1 but I di…
-
### 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…
-
这里调用扫码,就会报错
```
case R.id.lly_qrcode_scanner:// 二维码扫描
intent = new Intent(mContext, QRCodeScannerActivity.class);
startActivityForResult(intent, QRCODE_SCANNER_REQ…