Język

ControlAePriorityMode Enum

Definition

public enum ControlAePriorityMode
type ControlAePriorityMode = 
Inheritance
ControlAePriorityMode

Fields

Name Value Description
Off 0

Disable AE priority mode. This is the default value.

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

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.

SensorSensitivityPriority 1

The camera device's auto-exposure routine is active and prioritizes the application-selected ISO (android.sensor.sensitivity).

The application has control over android.sensor.sensitivity while the application's values for android.sensor.exposureTime and android.sensor.frameDuration are ignored.

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

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.

SensorExposureTimePriority 2

The camera device's auto-exposure routine is active and prioritizes the application-selected exposure time (android.sensor.exposureTime).

The application has control over android.sensor.exposureTime while the application's values for android.sensor.sensitivity and android.sensor.frameDuration are ignored.

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

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