Eric Blade
Eric Blade
> So I'm also not thinking to use it in my project for now (unless someone would update this library or make the React friendly I've proposed some ideas for...
The simplest, but possibly somewhat questionable way to sync document title to the CET title, would be to setInterval(() => titleBar.updateTitle(), 1000) or something. The probably best way to do...
I do see this here, looks like it should maybe set a timeout after clicking to reset it. i haven't looked at the code, but i'm guessing it probably uses...
I believe that BarcodeReader is going to be probably mostly only useful for 1D barcodes, although if it were extended to be able to detect the area that 2D barcodes...
@hareharey sorry, I didn't notice the first reply! Thanks for getting my attention again One of the more important features in Quagga, I think, is the Locator in src/locator/barcode_locator ,...
@danisss9 So, you can confirm that decodeSingle on a data URI works, in which environment, browser or node, or both?
Yeah, that seems about right. Undefined when nothing at all found, box areas when it finds a potential barcode area, but isn't able to decode it, and full result when...
Worth noting on the topic of this investigation, is that DataURI is used in the sample that uses file input in browser. Still there absolutely should be a test that...
@danisss9 There is a "size" parameter that can be passed to the inputStream object in Quagga config, which according to somewhere in the code indicates the length of the "longest"...
That's.. interesting. It does tell me a couple of things possibly, that that size parameter may primarily be used to adjust the reported coordinates, rather than affecting the actual performance......