-
Notifications
You must be signed in to change notification settings - Fork 573
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
Auto Focus Change Camera or Select Camera #377
Comments
I have fixed it, putting this here for others who have the same issue or hoping contributors could possibly add this as a function of the app to chose which lens to use.
Some links I found helpful: https://teng.pub/technical/2022/6/9/let-ios-decide-the-best-lens-to-use |
This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days. |
Is this fix going to be integrated to the codebase at some point? We are facing the same issue and would be nice to not have to fork the repo for this fix. |
I am making an ingredient scanning app using WeScan and everything is complete however I was testing on an older iPhone with only 1 rear camera. After testing on an iPhone 15 I have realised the rear camera is not auto focusing and I can't see in the library where to define either which camera to use (it needs the closest vision one for scanning small text up close) or how to make it auto focus (eg like in the native camera app you tap to auto focus and it will swap to the appropriate camera).
I have been playing around with the ImageScannerController and CameraScannerViewController to no avail trying to find an autoFocus or selectCamera method, any suggestions? Thanks
The text was updated successfully, but these errors were encountered: