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

Error locator degree does not match number of roots #57

Open
MHK107 opened this issue Nov 27, 2018 · 5 comments
Open

Error locator degree does not match number of roots #57

MHK107 opened this issue Nov 27, 2018 · 5 comments

Comments

@MHK107
Copy link

MHK107 commented Nov 27, 2018

I get this error code Error locator degree does not match number of roots Everytime I try to add to process QR code on my node server script however when I scan those QR codes on phone they return me expected results

@qvs5010
Copy link

qvs5010 commented Feb 4, 2019

Hi i keep getting the same, but when i run the same image through zbar it can read it.

i removed the qr reader and now execute zbarimg

https://centos.pkgs.org/6/epel-x86_64/zbar-0.10-25.el6.x86_64.rpm.html

var exec = require('child_process').exec;

var newn = "/var/qr/file_422.jpg"
var Vcommand = "zbarimg "+newn;
exec(Vcommand, function(error, stdout, stderr){
         console.log(stdout);
}

@artentica
Copy link

@qvs5010 i have the same issue if you have found a solution (with the npm package) it would be great, i'll keep searching.
Thank you

@arealmaas
Copy link

Any update on the issue? :)

@gansky-alexander
Copy link

Hello, guys ! does anyone has a solution ?

@avalkowsky
Copy link

I can only suggest moving to https://github.com/cozmo/jsQR.
If required read an image using tool like jimp (https://www.npmjs.com/package/jimp) so you have an Uint8ClampedArray of RGBA pixel values.

It just handles all QR codes I previously had problems with perfectly.

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

6 participants