Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirror image when using front camera #1072

Open
MarioSegallaMoreira opened this issue Mar 23, 2023 · 0 comments
Open

Mirror image when using front camera #1072

MarioSegallaMoreira opened this issue Mar 23, 2023 · 0 comments

Comments

@MarioSegallaMoreira
Copy link

MarioSegallaMoreira commented Mar 23, 2023

I'm trying to read the code and the image is mirroing when using the front camera.
As you can see in the image.
image

Here is the code for the scanner:

private void Setup() { NewOverlay(); var optionsCustom = new MobileBarcodeScanningOptions { AutoRotate = true, DisableAutofocus = false, UseFrontCameraIfAvailable = Helpers.Settings.BarcodeFrontCamera, TryHarder = true, TryInverted = false, DelayBetweenContinuousScans = 1, CameraResolutionSelector = new MobileBarcodeScanningOptions.CameraResolutionSelectorDelegate(SelectLowestResolutionMatchingDisplayAspectRatio) }; _scanView.Options = optionsCustom; _scanView.IsScanning = true; _scanView.IsAnalyzing = true; }
If there is any way to resolve this issue please help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant