Why do the usable sizes differ
- by Raigex
Again, dont really know how to phrase the question so I will explain.
I have a video recorder application. I open my camera with
cameraRecorder = Camera.open(1); //(this is the front facing camera)
And get the camera parameters and all supported preview sizes
CameraParameters tmpParams = cameraRecorder.getParameters();
…