Reputation: 7170
There seems to be plenty of QR Code SDKs for iPhone, but the ones I've found reference frameworks that are unavailable on Mac, such as UIKit. I would like to be able to scan QR codes using the webcam on a Mac from a Mac App. Any suggestions?
Upvotes: 0
Views: 387
Reputation: 14073
zxing has this. See the objc directory. Not much in the way of docs, but it has examples. Feel free to post to the zxing google group if you have trouble.
[full disclosure: I'm the author/maintainer of the objc interface classes.]
Upvotes: 1