Android: Using focus mode FOCUS_MODE_EDOF during image capture -


has used focus mode focus_mode_edof, provided in android cameraparameters? http://developer.android.com/reference/android/hardware/camera.parameters.html#focus_mode_edof

i need know if mode used tap focus on object selected (as depicted in iphone 4 camera specs, http://www.apple.com/iphone/features/camera.html)?

if yes, need implement touch listeners on preview screen determine part of preview selected?

to answer question: no, not mode want use touch-to-focus.

edof stands "extended depth of field", , in case, refers camera fixed focus uses optical , computational tricks create image beyond distance in focus. using fact different wavelengths of light affected differently lens, color channels can sharpened separately , combined. allows larger aperture (and better performance in low-light conditions) conventional fixed-focus lens, have focused @ hyperfocal distance focus entire scene.

edof cameras common on nokia phones. because don't have moving parts, can made smaller , more robust autofocus cameras.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -