instascan icon indicating copy to clipboard operation
instascan copied to clipboard

HTML5 QR code scanner using your webcam

Results 108 instascan issues
Sort by recently updated
recently updated
newest added

With two webcams plugged into the same machine, when scanning a code with the first webcam the scan callback is not called, and then when scanning it on the second...

- Publish as a Bower package - https://bower.io/docs/creating-packages/

Platform: Win7-64, Chrome: Version 84.0.4147.105 (Official Build) (64-bit) Instascan min source: https://rawgit.com/schmich/instascan-builds/master/instascan.min.js When using: Instascan let scanner = new Instascan.Scanner({ video: document.getElementById('preview') }); scanner.addListener('scan', function (content) { console.log(content); }); Instascan.Camera.getCameras().then(function...

No updates has been done since past 6 months and suddenly this error arise when calling instascan

so everything work just as fine, but i cant display res result in console log, but it show if i change it to alert, any tips? let scanner = new...

Uncaught RangeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Out of memory at ImageData creation This error causes application crash. This error is continuously emitted when no qrcodes are scanned for...

fix #61 and #59 Update to latest zxing.js from yushulx/zxing-cpp-emscripten fork and change ZXing._decode_qr to ZXing._decode_any how describe in #59

is there any way to get the scanned qr code value to php script

I am using the instascan library in my Laravel application. When I want to use the script I get an error: TypeError: Cannot read property 'enumeratedDevices' of undefined I am...

for me, it seems that on a laptop, it works, but on a mobile device (iphone 10S and 11) it does not. On mobile, I just get a black box...