-
Notifications
You must be signed in to change notification settings - Fork 89
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
Not the maximum resolution of the camera. #33
Comments
Hi, I have the same issue, did you find a solution ? Thanks |
Maybe, max resolution is 1980x1980. For cameras with lower performance, it will be the camera's best image quality. |
Is there a technical reason for this? or could the resolution be set via props so we can increase it? |
No, I used
|
Thank you for the code snippet, I did not realize this ideal param could be used in the contraints |
Hi.
In the Features part, there is "with FullHD resolution (or maximum supported by camera)."
How can I get the maximum resolution of the camera?
The camera supports 4K size, but even if aspectRatio is set to "16/9",
When you do "takePhoto", it is a FullHD (1980 x 1080) photo.
Is there any other way to set it?
Best regard.
The text was updated successfully, but these errors were encountered: