Friday 15 April 2011

camera - Android focus and exposure stops working with FOCUS_MODE_CONTINUOUS_PICTURE -



camera - Android focus and exposure stops working with FOCUS_MODE_CONTINUOUS_PICTURE -

i'm making little photographic camera app, , i'm having little problem capturing several pictures.

first found after every mcamera.takepicture() need phone call mcamera.startpreview() on onpicturetaken() callback maintain seeing preview after first shot.

so, after discovery, i've added code set photographic camera focus mode focus_mode_continuous_picture in initialization, because not getting focus automatically.

what happens auto exposure , auto focus stop work after first shot.

i found auto exposure , auto focus works brief time after shots , blocks.

is there function need phone call restart features after shot?

thank you.

this answer work you:

i fixed issue calling camera.cancelautofocus(). caused continuous autofocus kick in again.

after take shot, phone call camera.cancelautofocus()

android camera android-camera autofocus

No comments:

Post a Comment