I\'m testing my application on Samsung Galaxy Ace, and I get the supported sizes with
cameraParams.getSupportedPictureSizes();
It works wit
Removing the preview format might help in this case. I was setting the preview format as
param.setPreviewFormat(ImageFormat.YV12);
Removing above line solved the problem for me.