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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -