Hi!

I have a problem with setting the picture size of pictures I take with the
camera.
It looks like the values I set are overruled somehow.I am setting the size
both in the "surfaceCreated" and in "onShutter()" according to:
http://groups.google.com/group/android-developers/browse_thread/thread/8ab0cb7a7e243d98

The code I use is:

Camera.Parameters p = camera.getParameters();
p.setPictureSize(CAMERA_WIDTH, CAMERA_HEIGHT);
p.setPictureFormat(PixelFormat.JPEG);
camera.setParameters(p);

Cheers,
Klaus

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to