Eric Blade
Eric Blade
> it just ios required an https or localhost for letting your web ask for camera permissions, so tou should try add self-signed ssl Accessing Camera from a non-allowed domain...
> also works if i set aspectRatio to 1, unfortunalty this is missing in the typescript types So, the constraints are a bit more complex of a type than supplying...
mmm.. thanks for the note! I had completely forgotten about this, and it doesn't look like it's gone anywhere in Chrome, but having an implementation for it in WASM could...
Is it able to detect rotated barcodes? i'm pretty excited about this really. especially if we can get it working in browser and node. it looks like it could replace...
that is one of the good things about quagga, is it is quite decent at picking up codes that are any rotation, and moderately decent even at damaged codes, compared...
I'm afraid I don't have time to try to implement this right at the moment, I do have a couple of things that I've already promised to in other tickets...
looks like it does handle rotations pretty reasonably, although i'm not sure if this is an error in the data or in the drawing routine that displays the green detected...
this is pretty much completed in the 2.0 branch
Node.js support for v10 ended almost 3 years ago, and you're using the wrong version of npm for node 10. (node 18 is the current long term support version, for...
totally untested, but this is what nitinsbuzz is thinking of GIOkafor ```` let detectionHash = {}; function onDetected(result) { detectionHash[result.codeResult.code]++; if(detectionHash[result.codeResult.code] >= 5) { detectionHash = {}; call_success_function(result.codeResult.code); } }...