-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[Proposal] Camera resolution support outside the presets #112615
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
Comments
They are very similar! |
@nm-jiwonhae thanks for confirming. Please leave there your comment and react an upvote to the original comment will help to raise the issue. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Proposal
I would like the camera resolution to the one with 4:3 aspect ratio, similar to that of Android CameraX (https://developer.android.com/training/camerax/configuration#automatic-resolution). As far as I know, in CameraX, it searches for all the camera resolution supported by the camera and returns the one with the closest aspect ratio the user wants to use. I am not too sure whether similar method is offered in AVCaptureDevice, or AVCaptureSession though
The text was updated successfully, but these errors were encountered: