Anil Kumar
Anil Kumar

Reputation: 303

How to scan a QR code in a Windows Phone 8.1 App? (not silverlight app)?

I want to scan a qr code in my windows phone app (8.1). I don't know how to do this; please can anyone provide a suggestion or links to me? thanks in advance.

Upvotes: 2

Views: 1829

Answers (2)

Igor Kulman
Igor Kulman

Reputation: 16361

Here is my working solution using the Nokia Imaging library: https://github.com/igorkulman/QRReader.WPA81

Upvotes: 6

Rafael Regh
Rafael Regh

Reputation: 443

You can find a detailed example on how to use the CaptureElement to read a QR code in this MSDN Sample. It also provides a sample App for Windows 8.1, so you can just use this :)

Upvotes: 2

Related Questions