Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It fails to scan qr code from image being captured from camera #46

Open
parishishah24 opened this issue Aug 29, 2017 · 1 comment
Open

Comments

@parishishah24
Copy link

we have captured an image from mobile camera and then passed this image to

QCodeDecoder().decodeFromImage(image, function(er, res) {
console.log(res);
});

but it fails to read qr code .

attaching the mobile captured image here
demo-1

@bjpicciano
Copy link

It looks like this can't use blob files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants