ControlAEAntibanding 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.
Enumerates values returned by several methods of ControlAEAntibanding.
public enum ControlAEAntibanding
type ControlAEAntibanding =
- Inheritance
-
ControlAEAntibanding
Fields
| Name | Value | Description |
|---|---|---|
| ModeOff | 0 | The camera device will not adjust exposure duration to avoid banding problems. 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. |
| Mode50hz | 1 | The camera device will adjust exposure duration to avoid banding problems with 50Hz illumination sources. 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. |
| Mode60hz | 2 | The camera device will adjust exposure duration to avoid banding problems with 60Hz illumination sources. 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. |
| ModeAuto | 3 | The camera device will automatically adapt its antibanding routine to the current illumination condition. This is the default mode if AUTO is available on given camera device. 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. |
Remarks
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.