Język

ControlAEState Enum

Definition

Enumerates values returned by several methods of ControlAEState.

public enum ControlAEState
type ControlAEState = 
Inheritance
ControlAEState

Fields

Name Value Description
Inactive 0

AE is off or recently reset.

When a camera device is opened, it starts in this state. This is a transient state, the camera device may skip reporting this state in capture result.

Android reference for android.hardware.camera2.CameraMetadata.CONTROL_AE_STATE_INACTIVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Searching 1

AE doesn't yet have a good set of control values for the current scene.

This is a transient state, the camera device may skip reporting this state in capture result.

Android reference for android.hardware.camera2.CameraMetadata.CONTROL_AE_STATE_SEARCHING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Converged 2

AE has a good set of control values for the current scene.

Android reference for android.hardware.camera2.CameraMetadata.CONTROL_AE_STATE_CONVERGED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Locked 3

AE has been locked.

Android reference for android.hardware.camera2.CameraMetadata.CONTROL_AE_STATE_LOCKED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

FlashRequired 4

AE has a good set of control values, but flash needs to be fired for good quality still capture.

Android reference for android.hardware.camera2.CameraMetadata.CONTROL_AE_STATE_FLASH_REQUIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Precapture 5

AE has been asked to do a precapture sequence and is currently executing it.

Precapture can be triggered through setting android.control.aePrecaptureTrigger to START. Currently active and completed (if it causes camera device internal AE lock) precapture metering sequence can be canceled through setting android.control.aePrecaptureTrigger to CANCEL.

Once PRECAPTURE completes, AE will transition to CONVERGED or FLASH_REQUIRED as appropriate. This is a transient state, the camera device may skip reporting this state in capture result.

Android reference for android.hardware.camera2.CameraMetadata.CONTROL_AE_STATE_PRECAPTURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to