dalton_c
dalton_c

Reputation: 7170

QR Code Scanner SDK for Mac?

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

Answers (2)

smparkes
smparkes

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

maccard
maccard

Reputation: 1258

It's not a complete implementation, but there's cocoa support in the zxing library. It should get you started at least.

Upvotes: 1

Related Questions