CameraExtensionTypes 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.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CameraExtensionTypes
[<System.Flags>]
type CameraExtensionTypes =
- Inheritance
-
CameraExtensionTypes
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Automatic | 0 | Device-specific extension implementation for automatic selection of particular extension such as HDR or NIGHT depending on the current lighting and environment conditions. 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. |
| Beauty | 1 | This constant was deprecated in API level 33. Use EXTENSION_FACE_RETOUCH instead. Device-specific extension implementation which tends to smooth the skin and apply other cosmetic effects to people's faces. 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. |
| FaceRetouch | 1 | Device-specific extension implementation which tends to smooth the skin and apply other cosmetic effects to people's faces. 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. |
| Bokeh | 2 | Device-specific extension implementation which can blur certain regions of the final image thereby "enhancing" focus for all remaining non-blurred parts. 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. |
| Hdr | 3 | Device-specific extension implementation for enhancing the dynamic range of the final image. 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. |
| Night | 4 | Device-specific extension implementation that aims to suppress noise and improve the overall image quality under low light conditions. 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. |