ControlSettingsOverride 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 ControlSettingsOverride
type ControlSettingsOverride =
- Inheritance
-
ControlSettingsOverride
Fields
| Name | Value | Description |
|---|---|---|
| Off | 0 | No keys are applied sooner than the other keys when applying CaptureRequest settings to the camera device. 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. |
| Zoom | 1 | Zoom related keys are applied sooner than the other keys in the CaptureRequest. The zoom related keys are: android.control.zoomRatio; android.scaler.cropRegion; android.control.aeRegions; android.control.awbRegions; android.control.afRegions Even though android.control.aeRegions, android.control.awbRegions, and android.control.afRegions are not directly zoom related, applications typically scale these regions together with android.scaler.cropRegion to have a consistent mapping within the current field of view. In this aspect, they are related to android.scaler.cropRegion and android.control.zoomRatio. 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. |