Chris,

The camera paramter you set was "orientation" right?  This is what I
use in 1.6 and it works:

 cp.set("orientation", "landscape");
or
 cp.set("orientation", "portrait");

Mike

On Oct 21, 10:18 pm, cpick <cp...@vmenu.com> wrote:
> My app while compiled in 1.5 works fine. I had some memory issues w/
> 1.6 due to image size, which was strange b/c the image size increased
> when taking photos by taking a picture w/ surfaceholder/imagecapturecallback. 
> I seem to have fixed re-displaying those images by resizing
> them using a bitmapfactory matrix. But mycamerais now rotating
> everything 90 degrees. It appears that my Override of surfaceChanged
> does nothing, which is where I was setting rotation at 90 (I can't
> remember why, it was 10 months ago!). I have tried at rotating 
> thecameraparameters paramters at 90 degrees, 0 degrees. It does not seem
> to do anything... any thoughts?
>
> Chris.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to