-
Notifications
You must be signed in to change notification settings - Fork 171
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
Multi camera support (wide angle / telephoto) #256
Comments
Any news on this? I already made changes to flip between the normal camera and Ultra Wide camera on iOS. Would be better to change the Flip() method to a ChangeCamera(rear | wide | front) method. |
Jumping in here because I'm hitting the same wall. Seems like most smartphones these days are rocking up to 4 cameras, but this plugin keeps defaulting to the wide angle one. I really need it to pick the regular main camera instead. It would be awesome if there's a way to make that switch happen between the normal, telephoto, and wide angle cameras on Android. Honestly, haven't found any decent alternatives out there, and this plugin is by far the best shot we've got. Would be super grateful if someone could work out a fix for this. Thanks a bunch! |
Again Camera is defaulting to the secondary rear camera which is blurry. specify which camera would help |
The CameraController now prioritizes `builtInTripleCamera` and similar options to select the best fitting camera. This enhances continuous auto-focus on newer iPhones, especially Pro models. Closes: capacitor-community#324 Addresses: capacitor-community#256
Is your feature request related to a problem? Please describe.
In a sense, for me this plugin does not seem to detect the wide angle camera. I saw one issue opened on this repo asking the same question: #237
Describe the solution you'd like
It would be nice to have the option to switch between the normal / telephoto / wide angle camera on IOS and android.
Describe alternatives you've considered
There aren't really any good alternatives. This is by far the best implementation available.
The text was updated successfully, but these errors were encountered: