public static enum RawCameraControl.AntiBandingMode extends Enum<RawCameraControl.AntiBandingMode>
| Enum Constant and Description |
|---|
AUTO
The camera device will automatically adapt its antibanding routine to the current illumination condition.
|
MAINS_50_HZ
The camera device will adjust exposure duration to avoid banding problems with 50Hz illumination sources.
|
MAINS_60_HZ
The camera device will adjust exposure duration to avoid banding problems with 60Hz illumination sources.
|
OFF
The camera device will not adjust exposure duration to avoid banding problems.
|
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
RawCameraControl.AntiBandingMode |
intern() |
String |
toString() |
static RawCameraControl.AntiBandingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawCameraControl.AntiBandingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawCameraControl.AntiBandingMode OFF
public static final RawCameraControl.AntiBandingMode MAINS_50_HZ
public static final RawCameraControl.AntiBandingMode MAINS_60_HZ
public static final RawCameraControl.AntiBandingMode AUTO
public static RawCameraControl.AntiBandingMode[] values()
for (RawCameraControl.AntiBandingMode c : RawCameraControl.AntiBandingMode.values()) System.out.println(c);
public static RawCameraControl.AntiBandingMode 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.AntiBandingMode intern()
public String toString()
toString in class Enum<RawCameraControl.AntiBandingMode>Copyright © 2023. All rights reserved.