public static enum RawCameraControl.SceneMode extends Enum<RawCameraControl.SceneMode>
| Enum Constant and Description |
|---|
ACTION
Optimized for photos of quickly moving objects.
|
BARCODE
Optimized for accurately capturing a photo of barcode for use by camera applications that wish to read the barcode value.
|
BEACH
Optimized for bright, outdoor beach settings.
|
CANDLELIGHT
Optimized for dim settings where the main light source is a candle.
|
FACE_PRIORITY
If face detection support exists, use face detection data for auto-focus, auto-white balance, and auto-exposure routines.
|
FIREWORKS
Optimized for nighttime photos of fireworks.
|
LANDSCAPE
Optimized for photos of distant macroscopic objects.
|
NIGHT
Optimized for low-light settings.
|
NIGHT_PORTRAIT
Optimized for still photos of people in low-light settings.
|
PARTY
Optimized for dim, indoor settings with multiple moving people.
|
PORTRAIT
Optimized for still photos of people.
|
SNOW
Optimized for bright, outdoor settings containing snow.
|
SPORTS
Optimized for photos of quickly moving people.
|
STEADYPHOTO
Optimized to avoid blurry photos due to small amounts of device motion (for example: due to hand shake).
|
SUNSET
Optimized for scenes of the setting sun.
|
THEATRE
Optimized for dim, indoor settings where flash must remain off.
|
UNSUPPORTED
Indicates that no scene modes are set for a given capture request.
|
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
RawCameraControl.SceneMode |
intern() |
String |
toString() |
static RawCameraControl.SceneMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawCameraControl.SceneMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawCameraControl.SceneMode UNSUPPORTED
public static final RawCameraControl.SceneMode FACE_PRIORITY
public static final RawCameraControl.SceneMode ACTION
public static final RawCameraControl.SceneMode PORTRAIT
public static final RawCameraControl.SceneMode LANDSCAPE
public static final RawCameraControl.SceneMode NIGHT
public static final RawCameraControl.SceneMode NIGHT_PORTRAIT
public static final RawCameraControl.SceneMode THEATRE
public static final RawCameraControl.SceneMode BEACH
public static final RawCameraControl.SceneMode SNOW
public static final RawCameraControl.SceneMode SUNSET
public static final RawCameraControl.SceneMode STEADYPHOTO
public static final RawCameraControl.SceneMode FIREWORKS
public static final RawCameraControl.SceneMode SPORTS
public static final RawCameraControl.SceneMode PARTY
public static final RawCameraControl.SceneMode CANDLELIGHT
public static final RawCameraControl.SceneMode BARCODE
public static RawCameraControl.SceneMode[] values()
for (RawCameraControl.SceneMode c : RawCameraControl.SceneMode.values()) System.out.println(c);
public static RawCameraControl.SceneMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic RawCameraControl.SceneMode intern()
public String toString()
toString in class Enum<RawCameraControl.SceneMode>Copyright © 2023. All rights reserved.