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

I used "[encoding-japanese](https://github.com/polygonplanet/encoding.js)" to upgrade the instascan. Before this upgrade, we can convert QR codes whose encoding is UTF-16, but now if we add "inferEncoding" option we can read QR...

i've been able to scan QR codes through browsers (firefox,chrome) but not in webview. the camera list always returns null. given permission to .CAMERA and uses-feature in manifest too. can...

When I load this URL in chrome, it prompts me for the permission that this website requires camera permission. After allowing it, camera starts. But in my web view browser,...

in my application i have two instascan instances in two different vue.js components that lives in two different routes (pages) the code is identical but one route shows the video...

I have trouble decoding the QR code from [this PDF](https://www.paymentstandards.ch/dam/downloads/ig-qr-bill-en.pdf) (on page 27). It seems the Umlaut in the last line is not decoded correctly. Screenshot from the live demo:...

Resolves #117 This uses utf8 decoder if it's available, otherwise falls back to the old decoding code. Though TextEncoder/TextDecoder are [well enough supported](https://caniuse.com/#feat=textencoder).

How to detect which camera is environment camera ? I'm using following code to detect back (environment) camera: - public async ngOnInit() { console.log("Scanner"); try { const scanner = new...

Hello, I am trying to implement this library but I am getting this error: Uncaught (in promise) TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched...

When I launch the website it will show that is displaying the rear camera, but it is actually displaying the front. When I switch over to the front camera, it...

The file does not recognize some parts of the code. Can anyone tell me how to solve this problem?