Camera2 1440x1080 Is Maximum
I'm trying to display normal Full HD preview in landscape orientation (1920x1080) using Camera2, but camera returns 1440x1080 as the highest resolution. With Legacy Camera (android
Solution 1:
TL;DR
If you have CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY
basically your phone manufacturer does not support Camera API2.
For those who end up here as I did you can find the explanation in this related question and this github issue .
Post a Comment for "Camera2 1440x1080 Is Maximum"