Skip to content
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

iOS: Images capped at 1920x1080 resolution #86

Closed
anth0 opened this issue Jan 19, 2021 · 2 comments
Closed

iOS: Images capped at 1920x1080 resolution #86

anth0 opened this issue Jan 19, 2021 · 2 comments

Comments

@anth0
Copy link
Contributor

anth0 commented Jan 19, 2021

Describe the bug
All the photos I take with my device (iPhone 8 iOS 13) end up as 1920x1080 images even though the device has a 12Mpx lens hence can produce photos up to 4032x3024.

To Reproduce
Simply set capture options as follow :
CameraPreviewPictureOptions = {
quality: 100
}
I've tried also to pass height and width parameters but they don't seem to be taken into account as the result is always the same.

Expected behavior
I'm expecting to get the best photo my device can take, especially when setting quality to the max value.

Smartphone (please complete the following information):

  • Device: iPhone 8
  • OS: iOS 13.6
@anth0
Copy link
Contributor Author

anth0 commented Jan 26, 2021

I've created a PR to overcome this issue: #87

@anth0 anth0 closed this as completed Feb 8, 2021
@anth0
Copy link
Contributor Author

anth0 commented Feb 8, 2021

#87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant