My custom camera result image quality is poor comparing to system camera using camera2 api.
My app is based on Camera2Basic example. and all modes are set to auto and using the largest available size.
JPEG Results:
Custom Camera: 3984x2988, 630KB
Native Camera: 3984x2988, 2.73MB
All the open source examples have almost same output. Is there any way to get better output? Any help would be appreciated!
I found other solution. This is the best one. I simply using samsung camera sdk. It is very awesome, and results are much better than custom camera, almost same as native camera app.