CameraView Scaling - Android #1997
Jake-Derrick
started this conversation in
General
Replies: 2 comments 1 reply
-
Fill Center looks better and matches the same behavior as iOS. That looks like a good idea to implement. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you capture an image what is the result? I can see that both options in the preview isn't showing all of the same detail - this might be down to a slightly different camera angle. I think the best option is for the preview to most accurately match the captured image and not other platforms. The being said I think we should probably let the developer decide and make this configurable |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that for the Android camera
PreviewView
, the ScaleType was set toScaleType.FitCenter
. Was there a reason this was picked over the default value ofScaleType.FillCenter
? I feelScaleType.FillCenter
might be more expected and seems to align better with the ios view too.Beta Was this translation helpful? Give feedback.
All reactions