Marcio Oliveira
Marcio Oliveira

Reputation: 821

QR-Code reader windows library

I would like to know if there's any library (like zbar for android) for reading QR-Codes in windows store apps? I already know ZXing.Net, but that only decodes from an image, I would like to decode it directly from the camera.

Thanks for your help :)

Edit: Is there a source code for a demo application? That would be even better since I'm a beginner with windows store apps.

Upvotes: 1

Views: 881

Answers (1)

Alper Cem Polat
Alper Cem Polat

Reputation: 154

Check out Optical Reader Library of Nokia: http://developer.nokia.com/community/wiki/Optical_Reader_Library_for_Windows_Phone_8

And if it doesn't solve your problem, or you simply don't like it, it is relatively easy to make your own one using ZXing.NET and camera reader task.

Upvotes: 1

Related Questions