Eric Blade
Eric Blade
Interesting. I'll have to take a look through there and see what happens. I think we had a similar error related to setting very large image sizes, and I increased...
yeah, it is totally possible for calculatePatchSize to return null... so it should be guarded against in locator.. i'm not sure if i may have accidentally removed a guard while...
Good find. I'm still not sure if that should throw an error or if it should just pass all 0's to the remainder of the function. I've been spending most...
i'm not sure exactly what you're looking for here, the bars length? like in pixels? you could probably derive something similar to that from the visual references that come back...
hmm. I'm afraid I really don't know the internals of how the readers work well enough to be able to offer any advice on that. Perhaps digging through the code...
Yep, enabling too many readers does cause definite problems. I don't know right off hand what would cause it to not follow the order of the array, especially with worker...
I think before workers were disabled, whichever one responded first with a positive identification would cause the trigger. However, one of the big problems that I noted with Workers, is...
I think first step of investigation should be to do something along the lines of logging the readers list passed in, and then logging from each reader's decode functions, which...
yeah, that actually sounds preferable. Make the user control it, instead of having people wondering why they have to apply a bunch of CSS to make drawing work. I remember...
Hey @kevinpapst in more recent changes, some of the relevant code has been moved over to src/quagga/initCanvas.ts . If you'd like to do a pull req on this, we should...