Greivin -- you are exactly right. Sigh. So the real problem here is that they have error checking in setParameters which is a void and throws no exceptions. Either follow Postel's rule as in 1.5, or throw errors. But what 1.6 is doing is a mess.
On 10/26/09, Greivin Lopez <greivin.lo...@gmail.com> wrote: > > Hi! > > I was having a similar issue on my application. Later I found that > setPictureSize actually works well but the problem was in the > "setPreviewSize". When I called setParameters it was failing because > the "setPreviewSize", so the other parameters wasn't really being set. > > If you are calling setPreviewSize in your code consider removing it > and try again!... Maybe you are experiencing the same issue. > > Good luck. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---