Closed Abhi0806 closed 2 years ago
Any idea why ZXing library is only reading the QR codes but not 1D/2D Barcodes ? Below is the logic I am using .
_getMultiCodeDecoder: function () { if (!this._oMultiCodeDecoder) { this._oMultiCodeDecoder = new ZXing.BrowserMultiFormatReader(new Map([ ['TRY_HARDER', this.getTryHarder()] ])); } return this._oMultiCodeDecoder; },
Thanks, Abhi
Any idea why ZXing library is only reading the QR codes but not 1D/2D Barcodes ? Below is the logic I am using .
_getMultiCodeDecoder: function () { if (!this._oMultiCodeDecoder) { this._oMultiCodeDecoder = new ZXing.BrowserMultiFormatReader(new Map([ ['TRY_HARDER', this.getTryHarder()] ])); } return this._oMultiCodeDecoder; },
Thanks, Abhi