Hi,
I am trying to set the preview size of the camera using following
code:
Camera.Parameters parameters = mCamera.getParameters();
parameters.setPreviewSize(176, 144);
mCamera.setParameters(parameters);
The size I am setting here is supported on my phone (I had checked
with getSupportedPreviewSizes).
It is still giving me the size of 320X240 (default size for my phone)
Am I missing something here?
Thanks
Vinod Maurya
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en