-
Both delegate methods fire just fine when I present it as modal like the example:
```
if QRCodeReader.isAvailable() {
let reader: QRCodeReader = QRCodeReader(metadataObjectTypes: [AVMetad…
-
Hello Guys,
I used this to convert images that have a barcode to a number
but when I used the below code with a static image that has a barcode
`convertBarcodeToNumber(image) {
const code…
-
II've looked at this example [Scan 1D/2D Code from Video Camera](https://zxing-js.github.io/library/examples/multi-camera/)
and noticed, that the select box only shows environment facing cameras. I …
-
Hello,
i am using your Web integration example. I do have so many troubles scanning 1D codes (food products).
With nginx after enabling Try-Harder it works much better.
Can you help me to enabl…
-
Library works great! Really easy way to get started with scanning 1D/2D codes in the browser.
I wanted to try out the DecodeHintType.TRY_HARDER hint to improve the result accuracy with the followin…
-
I've seen this issue on the library side of the repo and now replicating trying to use React with BrowserPDF417Reader.
```
import` React, {useState, useRef, useEffect} from 'react';
import {Bro…
-
https://ymgd.github.io/codereader/2016/10/14/HadoopREADME/
-
i set scanDelay={5000}, it still work when the camera doesn't detected qr code, but when i keep the camera on qrcode, scanDelay doesn't work, it scan continuously.
-
***Describe the bug***
Changing camera source using `BrowserMultiFormatReader().decodeFromVideoDevice()` does not remove previous event handler callbacks for video element.
Set breakpoint when c…
-
The sample code from here: https://jspuij.github.io/Cortex.Net.Docs/pages/threading.html
Throws:
```
Fody: An unhandled exception occurred:
Exception:
Member 'System.String k__BackingField'…