I currently have an app that utilizes the camera in portrait mode
using:
parameters.set("orientation", "portrait");
and displays everything in a SurfaceView. This works great. The
problem came when I added a splashScreen to this app. The splash
Screen just shows a simple png image in an ImageView for 3 seconds and
then it quits. That image however will be displayed instead of the
camera image when I start the camera. The way to prevent this is to
flip the phone to landscape and then back to portrait. If I set the
app to be only landscape i don't have this problem.
I have no idea why and no error message to go on at this point. Any
ideas or any thoughts on where to start?
Thanks,
Nathan
--
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
To unsubscribe, reply using "remove me" as the subject.