I am developing an Android application in 2.2, which uses Camera. Now Can anyone tell me that \"Is it possible to programmatically determine the Camera Resolution in Megapix
You can you this to get the list of supported sizes. getSupportedSizes()
The highest size would give you the camera resoultion in pixels.
EDIT: Just in case you do not know.
Resolution in pixel = width X height