Share via


CameraMetadata.ControlAePriorityModeSensorExposureTimePriority Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlAePriorityMode enum directly instead of this field.

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

[Android.Runtime.Register("CONTROL_AE_PRIORITY_MODE_SENSOR_EXPOSURE_TIME_PRIORITY", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlAePriorityMode enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.ControlAePriorityMode ControlAePriorityModeSensorExposureTimePriority = 2;
[<Android.Runtime.Register("CONTROL_AE_PRIORITY_MODE_SENSOR_EXPOSURE_TIME_PRIORITY", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlAePriorityMode enum directly instead of this field.", true)>]
val mutable ControlAePriorityModeSensorExposureTimePriority : Android.Hardware.Camera2.ControlAePriorityMode

Field Value

Value = 2
Attributes

Remarks

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

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

Java documentation 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