You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help on the below issue,
Unable to scan with fixed front camera view in Android. it always opening the back camera. please check the below code. Could you please suggest the workaround for this. without this we can't move forward on it. We have tried all versions of stable and beta version in library but no luck.
var scanner = new ZXing.Mobile.MobileBarcodeScanner();
scanner.UseCustomOverlay = false;
var options = new ZXing.Mobile.MobileBarcodeScanningOptions()
{
AutoRotate = true,
UseNativeScanning = true,
TryHarder = true,
TryInverted = true,
UseFrontCameraIfAvailable = true,
};
var result = await scanner.Scan(options);
Thanks for support in advance
The text was updated successfully, but these errors were encountered:
Hello Kind Developers
Please help on the below issue,
Unable to scan with fixed front camera view in Android. it always opening the back camera. please check the below code. Could you please suggest the workaround for this. without this we can't move forward on it. We have tried all versions of stable and beta version in library but no luck.
Thanks for support in advance
The text was updated successfully, but these errors were encountered: