It works for me under Android 1.6 on ADP1, and I can save a 640 x 480 snapshot just fine, set using setPictureSize(). In my app the user can set the desired resolution (default 2048x1536).
On Oct 24, 3:55 pm, [email protected] wrote: > Before 1.6: > > Camera.Parameters parameters = mCamera.getParameters(); > parameters.setPictureSize(640, 480); > > Would deliver me a 640 by 480 image from the Camera. > > As of the 1.6 OS upgrade on my G1 (it doesn't matter whether the > SDK is 1.5 or 1.6) is sends me 2048x1536 pixel images. > > This is extremely painful especially in light of the fact that there is no > way to scale images this big (BitmapFactory pukes on images that > large) that I know of. > > I imagine that Camera users that upload their pictures to the net with > 5 megapixel cameras are going to be even more unhappy, but I'm pretty > unhappy as it is. > > Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

