I am developing a camera app using the Galaxy A52.
I would like to save an image using a 64 megapixel camera.
The resolution of the image acquired by CameraX can only be acquired up to 3024x3024.
Is there a way to get it?
Camera X
In ImageCapture.Builder ()
The .setTargetResolution is set to a resolution of 6934x9248 with 64 million pixels.
We have confirmed that the camera itself is being shot with a 64 megapixel camera.
However, when I tried to get the resolution using Camera2, the following log appeared.
at least
Isn’t it possible to use up to the resolution of 4624x3468? I think.