CameraMetadata.ControlAePriorityModeSensorSensitivityPriority Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ISO (CaptureRequest#SENSOR_SENSITIVITY android.sensor.sensitivity
).
[Android.Runtime.Register("CONTROL_AE_PRIORITY_MODE_SENSOR_SENSITIVITY_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 ControlAePriorityModeSensorSensitivityPriority = 1;
[<Android.Runtime.Register("CONTROL_AE_PRIORITY_MODE_SENSOR_SENSITIVITY_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 ControlAePriorityModeSensorSensitivityPriority : Android.Hardware.Camera2.ControlAePriorityMode
Field Value
Value = 1- Attributes
Remarks
The camera device's auto-exposure routine is active and prioritizes the application-selected ISO (CaptureRequest#SENSOR_SENSITIVITY android.sensor.sensitivity
).
The application has control over CaptureRequest#SENSOR_SENSITIVITY android.sensor.sensitivity
while the application's values for CaptureRequest#SENSOR_EXPOSURE_TIME android.sensor.exposureTime
and CaptureRequest#SENSOR_FRAME_DURATION android.sensor.frameDuration
are ignored.
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.