ExtensionsManager.EffectMode
public
static
final
enum
ExtensionsManager.EffectMode
extends Enum<ExtensionsManager.EffectMode>
java.lang.Object | ||
↳ | java.lang.Enum<androidx.camera.extensions.ExtensionsManager.EffectMode> | |
↳ | androidx.camera.extensions.ExtensionsManager.EffectMode |
The effect mode options applied on the bound use cases
Summary
Enum values | |
---|---|
ExtensionsManager.EffectMode |
AUTO
Auto mode is used for taking still capture images that automatically adjust to the surrounding scenery. |
ExtensionsManager.EffectMode |
BEAUTY
Beauty mode is used for taking still capture images that incorporate facial changes like skin tone, geometry, or retouching. |
ExtensionsManager.EffectMode |
BOKEH
Bokeh mode that is often applied as portrait mode for people pictures. |
ExtensionsManager.EffectMode |
HDR
HDR mode that may get source pictures with different AE settings to generate a best result. |
ExtensionsManager.EffectMode |
NIGHT
Night mode is used for taking better still capture images under low-light situations, typically at night time. |
ExtensionsManager.EffectMode |
NORMAL
Normal mode without any specific effect applied. |
Public methods | |
---|---|
static
ExtensionsManager.EffectMode
|
valueOf(String name)
|
static
final
EffectMode[]
|
values()
|
Inherited methods | |
---|---|
Enum values
AUTO
public static final ExtensionsManager.EffectMode AUTO
Auto mode is used for taking still capture images that automatically adjust to the surrounding scenery.
BEAUTY
public static final ExtensionsManager.EffectMode BEAUTY
Beauty mode is used for taking still capture images that incorporate facial changes like skin tone, geometry, or retouching.
BOKEH
public static final ExtensionsManager.EffectMode BOKEH
Bokeh mode that is often applied as portrait mode for people pictures.
HDR
public static final ExtensionsManager.EffectMode HDR
HDR mode that may get source pictures with different AE settings to generate a best result.
NIGHT
public static final ExtensionsManager.EffectMode NIGHT
Night mode is used for taking better still capture images under low-light situations, typically at night time.
NORMAL
public static final ExtensionsManager.EffectMode NORMAL
Normal mode without any specific effect applied.
Public methods
valueOf
public static ExtensionsManager.EffectMode valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
ExtensionsManager.EffectMode |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-24 UTC.