Xamarin Forms - Zxing QR Scanner - How can you toggle the camera being used?
问题 When I start scanning for barcodes using a ScannerView in Xamarian forms, it automatically goes to the back camera on the phone. I would like to make a toggle camera button that toggles the camera from back to front and vice versa. Is this possible using zxing for xamarin forms? My options look like this: code: //Set the scanner options. ScannerView.Options = new ZXing.Mobile.MobileBarcodeScanningOptions() { UseNativeScanning = true, AutoRotate = true, PossibleFormats = new List<ZXing