jvziyaoyao / raw-camera

📷 A universal professional camera. 🌠 一款基于Camera2开发的通用的专业相机。
Apache License 2.0
4 stars 0 forks source link

I want to get maximum resolution same as the default camera applicaiton. #5

Open IntuzMayurS opened 1 day ago

IntuzMayurS commented 1 day ago

@jvziyaoyao Thank you for this project. It is good project for the android camera2 api. I want to capture photo with same resolution which is provided by the Mobile default camera application. How can i achieve this?

Example : Samsung Galaxy F41 device has capacity to capture photo with 64 MegaPixel and resolution is 6936x9248. RawCamera application has maximum capacity to capture photo is 4624X3468. Screenshot_20241002_162154 Screenshot_20241002_162216

Screenshot_20241002_162118

jvziyaoyao commented 17 hours ago

@IntuzMayurS After multiple attempts, I was unable to capture 64MP photos using the Camera2 API. It seems that 64MP photo capture is implemented by the phone manufacturers.