QR decoder that works on mac?

fmsf picture fmsf · Oct 17, 2008 · Viewed 16.5k times · Source

Anyone know a QR decoder that works on mac or that might be online? I just need to decode one single image.

Answer

The Matt picture The Matt · Nov 2, 2017

Using brew, it is easy to install zbar, a QR code reader.

brew install zbar

Then a QR code can be read by calling:

zbarimg qrcode_file.png

Also @jm666, brew can be used to install opencv.