Hi Im using Custom camera in my application,Picture taken from Custom camera has low resolution than native camera Please help to improve the image resolution. Thanks In Advance
Use getSupportedPictureSizes() on Camera.Parameters to find the size you want, or use that information to populate a ListView or Spinner Check this out ...it will surely help you