public static enum RawCameraControl.AutoWhiteBalanceMode extends Enum<RawCameraControl.AutoWhiteBalanceMode>
| Enum Constant and Description |
|---|
AUTO
The camera device's auto-white balance routine is active.
|
CLOUDY_DAYLIGHT
The camera device's auto-white balance routine is disabled; the camera device uses cloudy daylight light as the assumed scene illumination for white
balance.
|
DAYLIGHT
The camera device's auto-white balance routine is disabled; the camera device uses daylight light as the assumed scene illumination for white
balance.
|
FLUORESCENT
The camera device's auto-white balance routine is disabled; the camera device uses fluorescent light as the assumed scene illumination for white
balance.
|
INCANDESCENT
The camera device's auto-white balance routine is disabled; the camera device uses incandescent light as the assumed scene illumination for white
balance.
|
OFF
The camera device's auto-white balance routine is disabled.
|
SHADE
The camera device's auto-white balance routine is disabled; the camera device uses shade light as the assumed scene illumination for white balance.
|
TWILIGHT
The camera device's auto-white balance routine is disabled; the camera device uses twilight light as the assumed scene illumination for white
balance.
|
WARM_FLUORESCENT
The camera device's auto-white balance routine is disabled; the camera device uses warm fluorescent light as the assumed scene illumination for white
balance.
|
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
RawCameraControl.AutoWhiteBalanceMode |
intern() |
String |
toString() |
static RawCameraControl.AutoWhiteBalanceMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawCameraControl.AutoWhiteBalanceMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawCameraControl.AutoWhiteBalanceMode OFF
public static final RawCameraControl.AutoWhiteBalanceMode AUTO
public static final RawCameraControl.AutoWhiteBalanceMode INCANDESCENT
public static final RawCameraControl.AutoWhiteBalanceMode FLUORESCENT
public static final RawCameraControl.AutoWhiteBalanceMode WARM_FLUORESCENT
public static final RawCameraControl.AutoWhiteBalanceMode DAYLIGHT
public static final RawCameraControl.AutoWhiteBalanceMode CLOUDY_DAYLIGHT
public static final RawCameraControl.AutoWhiteBalanceMode TWILIGHT
public static final RawCameraControl.AutoWhiteBalanceMode SHADE
public static RawCameraControl.AutoWhiteBalanceMode[] values()
for (RawCameraControl.AutoWhiteBalanceMode c : RawCameraControl.AutoWhiteBalanceMode.values()) System.out.println(c);
public static RawCameraControl.AutoWhiteBalanceMode 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.AutoWhiteBalanceMode intern()
public String toString()
toString in class Enum<RawCameraControl.AutoWhiteBalanceMode>Copyright © 2023. All rights reserved.