Anyone know a QR decoder that works on mac or that might be online? I just need to decode one single image.
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.