Język

CameraExtensionTypes Enum

Definition

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 android.hardware.camera2.CameraExtensionCharacteristics.EXTENSION_AUTOMATIC.

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 android.hardware.camera2.CameraExtensionCharacteristics.EXTENSION_BEAUTY.

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.

Android reference for android.hardware.camera2.CameraExtensionCharacteristics.EXTENSION_FACE_RETOUCH.

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 android.hardware.camera2.CameraExtensionCharacteristics.EXTENSION_BOKEH.

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 android.hardware.camera2.CameraExtensionCharacteristics.EXTENSION_HDR.

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 android.hardware.camera2.CameraExtensionCharacteristics.EXTENSION_NIGHT.

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.

Applies to