-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
advanced camera features #35
Comments
Hello James, Flutter is for both Android and iOS we try to make things work the same on both platforms. |
@g-apparence hello! Yes, being able to access different lenses is definitely at the top of my list when it comes to advanced features. One thing I hear from many users with our current camera implementation is that they end up taking pictures outside of our app and importing them so they can take advantage of those features, such as different lenses. |
@g-apparence hello! I hope all is well. I was curious if support for accessing different camera lenses (telephoto, wide angle) are supported in the 1.x version? |
Hello @jamesdixon I tried to add this feature to the Android side a few days ago but it is (unfortunately) not as easy as it seems. On iOS, it seems doable. Development of this feature will probably depend on when we can access compatible devices to test it. |
Closing this issue, please follow #195 now 👍 |
Hello!
Not an issue or really a feature request but more about determining what's possible.
I haven't seen any camera apps outside of the native camera interface that can take advantage of things like different camera lenses (such as on the iPhone 12). Do you guys know if it's possible to access these features? In a perfect world, I'd love to just get access to the full-featured native camera interface but that doesn't seem possible (at least on iOS).
I did come across this example: https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/avcam_building_a_camera_app
Would love to hear your thoughts!
The text was updated successfully, but these errors were encountered: