-
When I point the camera to an qr-code, it read the code continuously without a pause. Is there anyway to pause it without calling stopPreview(), and continue after I handle the result?
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I have read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
### Issue Descrip…
-
First off, I really like what you've done with your QR-code-generator project.
I came across your work while searching (web + GH + BB) for pure python-based programs to handle QR code decoding / enco…
-
I got a problem when I used two libraries of QR-Code (Ready and Generator QR-Code) in gradle
compile 'com.dlazaro66.qrcodereaderview:qrcodereaderview:1.0.0'
compile 'com.github.kenglxn.QRGen:androi…
-
I think this project doesn't use the parts of ZXing that do the autofocusing.
It seems to only do it at big intervals, the image is really blurry which means I have to wait 10-15 seconds in order to…
-
Hello, I have made an application based on your code and the scanner is turned 180 degrees, i tried to change rotation in mCameraManager.getCamera().setDisplayOrientation(90) but doesnt work, throws n…
-
Hi,
my app need to create and read a qr code, so i get your awesome library and another one for scanning purpose: https://github.com/dlazaro66/QRCodeReaderView
but when i try to compile the compile…
ghost updated
9 years ago
-
Hi, noob question: why the main java code is in a separate project? It seems to compile alright (I don't understand why) but I makes harder to inspect you code. To properly get help from both projects…
-
Hi! this is great library and i love that
but How to increase scanning area size?
i've searched and found the best solution is like this:
http://stackoverflow.com/questions/20398419/how-to-increase-…
-
It happens only on Android 2.3. 4+ is fine.
Stacktrace:
```
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.qr_readerexample/com.example.qr_readerexample.DecoderAct…