After quite a bit of research, I eventually found several articles that pointed me in the right direction.
This is interesting: Scanning a mobile barcode using Zxing.Net
This provided me with the gist of what I needed: Windows 8 - 8.1 QR Code reader is the definitive guide , but used the SoftwareBitmapLuminanceSource from Zxing.Net.Mobile class .
And while I got above to work as expected, I started researching ZXing.Net.Mobile and downloaded the complete project. It supports various platforms, including UWP.
It took me a while to get it to start and run, but in the end I did it, and while their UWP application crashes for most barcode reading scripts, Continuous Scanning works as expected and works very well and very fast.
Download the full project from here: ZXing.Net.Mobile
I will continue the investigation, but this will help you get started if you need a QR reader for UWP.
Hope this helps others.
source share