After taking a photo with:
    Camera.takePicture(...);
the live preview begun with:
    Camera.startPreview();
is replaced with a preview image of the snapshot just taken.

Currently I'm halting the camera preview and restarting it again after
the snapshot preview is brought up on screen with:
    Camera.stopPreview(); and Camera.startPreview(); again

However, I don't want to display the snapshot preview at all (rather,
I just want to display a "picture taken/saved" icon over the live
preview, on completion) - is there any way to prevent this behaviour?
or, if not, is there a better way to handle this - or is stopping and
starting the preview the correct way to go?

Phone used is the HTC G1 (dev).

I would appreciate a nudge in the right direction, or a link, if I've
failed to find something obvious thus far! Thanks :)

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to