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

QRdecode not exist #12

Open
lucaele opened this issue Jul 19, 2021 · 2 comments
Open

QRdecode not exist #12

lucaele opened this issue Jul 19, 2021 · 2 comments

Comments

@lucaele
Copy link

lucaele commented Jul 19, 2021

Hi all,
QRDECODE is not present on OSX Big Sur and cannot install with "brew install qrdecode".
Any idea how pass a QRcode image png value to script?
Thanks

@Dukem57
Copy link

Dukem57 commented Dec 2, 2021

I'm not an eagle, but moving first steps. You can use zbarimg.
Something like:
sudo apt-get update
sudo apt-get install zbar-tools
Then, do:
zbarimg "mypic. jpg" > output. txt.

Then:
cat output.txt | python3 hc1_verify. py -v -i -p - A
(or what you like).
That's all. Bye.

@dirkx
Copy link
Member

dirkx commented Dec 3, 2021

Yes - that is exactly right.

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

3 participants