Eric Blade
Eric Blade
If it works on everything other than a specific iOS device, I'd point at that being either a problem with that version of iOS, something with that hardware, or something...
Anyone else with an iPad Mini able to verify issues?
Overheating? You might try turning the frequency down. It wouldn't surprise me if there are less than optimal code paths, but I haven't really researched optimizing the code, more optimizing...
I'm not sure when exactly I'm going to be able to get to this, but in the meantime, you could call getUserMedia directly with constraints to get a list of...
That.. is a pretty comprehensive library. I'll presume that it's quite a bit newer than QuaggaJS :-) I know you were just referring to their camera code, which is pretty...
I wish I could say that I have an exact answer, but I don't -- different mobile devices seem to operate very differently on how this works, sometimes. Or perhaps...
Probably, yes. The demonstration in the repo is not a very high priority for me, at this time, especially since I don't know the frameworks that it uses, but also...
To easily reproduce, in React, if you don't have a viewport tag in your html, and you pass a null or invalid inputStream.target, or don't pass one at all, that...
This presently, with beta 15, results in: ```` ERROR in ./node_modules/get-pixels/dom-pixels.js 3:11-26 Module not found: Error: Can't resolve 'path' in 'C:\src\quagga2\node_modules\get-pixels' BREAKING CHANGE: webpack < 5 used to include polyfills...
it might be possible that webpack v5 will build correctly now that we are no longer building unused node code into the browser bundle and vice versa