How to get the default camera resolution for CameraView? #2220
Unanswered
codychaplin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think we should probably update the preview resolution to match the For now though have you tried looking at the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default, the
ImageCaptureResolution
is set to (0,0) (see screenshot below). How can I find out what it actually is without manually setting it? I am trying to find all the supported resolutions with the same aspect ratio as what the default camera preview shows because, when you change the resolution, it doesn't update the preview, meaning what I see in the preview is not exactly what will get captured in the image.Beta Was this translation helpful? Give feedback.
All reactions