Android camera2 CONTROL_AE_MODE_OFF and CONTROL_AF_MODE_CONTINUOUS_PICTURE -
i want set exact sensor_exposure_time
, still have continuous_picture
focus. according android documentation, set sensor_exposure_time
need set control_ae_mode_off
. in mode, can't set control_af_mode_continuous_picture
, because works if control_ae_mode != off
. so, looks it's impossible. camera fv-5 have continuous_picture
focus , manual set sensor_exposure_time
. how possible? device nexus5
you can indeed set control_mode
auto
(and control_af_mode
whatever want) yet still set control_ae_mode
off
.
i know documentation doesn't read allows this, time separate control of 2 on nexus 5. control_mode
seems enforce overall control when set off
, merely "suggests" when set auto
. is, can override each of af/ae/awb using *_control_mode
settings in latter case, not former.
Comments
Post a Comment