I have used Zxing.Net.Mobile.Forms for my cross platform Xamarin Forms application. Its working just fine. I am scanning barcodes and showing value to user but I also had the requirement of capturing scanned barcode image. Is there any possibility to do this with ZXing library or any other way to do that.
Also I want to perform barcode scan by selecting an image from gallery as well (currently it just works with camera scanning). Please suggest. TIA