quagga2 icon indicating copy to clipboard operation
quagga2 copied to clipboard

An advanced barcode-scanner written in Javascript and TypeScript - Continuation from https://github.com/serratus/quaggajs

Results 113 quagga2 issues
Sort by recently updated
recently updated
newest added

... not sure exactly what the best way to do that would be, but it'd be nice to have.

Hello, maybe you should create a github organisation so if you also stop to work on this, others can still support ? I do this for all my projects. see:...

I noticed that the semantics of the result boxes seems to change as soon as a code is detected. This becomes visible when a non default `inputstream.area` is configured. It...

I enabled all readers: ```js decoder: { readers: [ 'code_128_reader', 'ean_reader', 'ean_8_reader', 'code_39_reader', 'code_39_vin_reader', 'codabar_reader', 'upc_reader', 'upc_e_reader', 'i2of5_reader', '2of5_reader', 'code_93_reader', ], }, ``` and tried decoding an image with [`4...

investigation

As discussed in #140 the `canvas.drawingBuffer` seems not to be required during runtime, as least in cases where you only want to detect barcodes. From a first look through the...

Dear all, I have done the following changes: in file live_w_locator.js (line 240): locate: false in file quagga.js (lines 4457 - 4460): top: "40%", right: "5%", left: "5%", bottom: "40%"...

#27 has instructions on how to get a precompiled file that can later be included in a script tag. While I don't approve of this approach, if the compiled JS...

documentation

Would it be possible to support Code 93 Extended? (https://www.activebarcode.com/codes/code93.html)

enhancement
question
investigation

From https://github.com/serratus/quaggaJS/issues/432 The screencap in the source issue indicates that a 36864 size array is out of bounds, somehow. According to MDN, typed arrays should be able to accept any...