Reputation: 303
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
Reputation: 16361
Here is my working solution using the Nokia Imaging library: https://github.com/igorkulman/QRReader.WPA81
Upvotes: 6
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