public static enum RawCameraControl.Command extends Enum<RawCameraControl.Command>
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
RawCameraControl.Command |
intern() |
String |
toString() |
static RawCameraControl.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawCameraControl.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawCameraControl.Command START_STREAM
public static final RawCameraControl.Command STOP_STREAM
public static final RawCameraControl.Command STILL_CAPTURE
public static final RawCameraControl.Command MOVE_LENS
public static final RawCameraControl.Command AF_TRIGGER
public static final RawCameraControl.Command AE_MANUAL
public static final RawCameraControl.Command AE_AUTO
public static final RawCameraControl.Command AWB_MODE
public static final RawCameraControl.Command SCENE_MODE
public static final RawCameraControl.Command ANTIBANDING_MODE
public static final RawCameraControl.Command EXPOSURE_COMPENSATION
public static final RawCameraControl.Command AE_LOCK
public static final RawCameraControl.Command AE_TARGET_FPS_RANGE
public static final RawCameraControl.Command AWB_LOCK
public static final RawCameraControl.Command CAPTURE_INTENT
public static final RawCameraControl.Command CONTROL_MODE
public static final RawCameraControl.Command FRAME_DURATION
public static final RawCameraControl.Command SENSITIVITY
public static final RawCameraControl.Command EFFECT_MODE
public static final RawCameraControl.Command AF_MODE
public static final RawCameraControl.Command NOISE_REDUCTION_STRENGTH
public static final RawCameraControl.Command SATURATION
public static final RawCameraControl.Command BRIGHTNESS
public static final RawCameraControl.Command STREAM_FORMAT
public static final RawCameraControl.Command RESOLUTION
public static final RawCameraControl.Command SHARPNESS
public static final RawCameraControl.Command CUSTOM_USECASE
public static final RawCameraControl.Command CUSTOM_CAPT_MODE
public static final RawCameraControl.Command CUSTOM_EXP_BRACKETS
public static final RawCameraControl.Command CUSTOM_CAPTURE
public static final RawCameraControl.Command CONTRAST
public static final RawCameraControl.Command AE_REGION
public static final RawCameraControl.Command AF_REGION
public static final RawCameraControl.Command LUMA_DENOISE
public static final RawCameraControl.Command CHROMA_DENOISE
public static RawCameraControl.Command[] values()
for (RawCameraControl.Command c : RawCameraControl.Command.values()) System.out.println(c);
public static RawCameraControl.Command 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.Command intern()
public String toString()
toString in class Enum<RawCameraControl.Command>Copyright © 2021. All rights reserved.