I am trying to retrieve the available camera image sizes, so I able to adjust the camera to my preferred image resolution.
To retrieve the Android camera size I\'ve
Camera camera = Camera.open(); Parameters params = camera.getParameters(); List sizes = params.getSupportedPictureSizes(); for (int i=0;i
You have to take height and width from one size object