You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi zxingJS team. I'm very appreciated your work to port it and I'm enjoyed you guys work very handy for my projects. But seem like I faced to this bug or using it wrong.
Describe the bug
I tried to update reader hints using code reader instance of hints setter but seem like it's not updated for new hints for reading.
To Reproduce
Steps to reproduce the behavior:
Init reader using const codeReader = new BrowserMultiFormatReader(qrcodeHints, 1000)
Scanning using codeReader.decodeFromStream() with QR code.
Updated hints to ean 1D hints
const hints = new Map()
hints.set(DecodeHintType.POSSIBLE_FORMATS, eanHints)
codeReader.hints = hints
Expected behavior
The reader hints should updated correspondingly and it able to read eanHints only
Thanks you in advance!
The text was updated successfully, but these errors were encountered:
Hi zxingJS team. I'm very appreciated your work to port it and I'm enjoyed you guys work very handy for my projects. But seem like I faced to this bug or using it wrong.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
const codeReader = new BrowserMultiFormatReader(qrcodeHints, 1000)
codeReader.decodeFromStream()
with QR code.Expected behavior
eanHints
onlyThanks you in advance!
The text was updated successfully, but these errors were encountered: