ControlAePriorityMode Enum
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.
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 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. 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. 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. |