public static enum CapabilityImageControl.AttributeId extends java.lang.Enum<CapabilityImageControl.AttributeId> implements Capability.AttributeId
CapabilityImageControl.| Enum Constant and Description |
|---|
AE_MODE_FLAG
Determines if Auto-Exposure is enabled.
|
AF_MODE_FLAG
Determines if Auto-Focus is enabled.
|
AWB_MODE_FLAG
Determines if Auto-White-Balance is enabled.
|
IMG_BRIGHTNESS_PCT
Determines brightness adjustment of the camera.
|
IMG_CONTRAST_PCT
Determines contrast adjustment of the camera.
|
IMG_FLIP_FLAG
Determines if the image is flipped in the preview.
|
IMG_HUE_PCT
Determines hue adjustment of the camera.
|
IMG_MIRROR_FLAG
Determines if the image is mirrored in the preview.
|
IMG_PRESET_TYPE
Determines the preset of the camera.
|
IMG_SATURATION_PCT
Determines saturation adjustment of the camera.
|
IMG_TEXT
Determines the text that will be show on previews.
|
IMG_TEXT_X_POSITION
Determines the text's position on x-axis that will be show on previews.
|
IMG_TEXT_Y_POSITION
Determines the text's position on y-axis that will be show on previews.
|
IR_CUT_MODE_TYPE
Determines the IR threshold of camera.
|
ZOOM_TYPE
Determines the zoom type of the camera.
|
| Modifier and Type | Method and Description |
|---|---|
Capability.CapabilityId |
getCapabilityId()
A function to get
Capability.CapabilityId of parent capability. |
static CapabilityImageControl.AttributeId |
getEnum(int index)
A function to get
Capability.AttributeId. |
int |
getInt()
A function to get ordinal value of enum.
|
static CapabilityImageControl.AttributeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityImageControl.AttributeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilityImageControl.AttributeId AF_MODE_FLAG
public static final CapabilityImageControl.AttributeId AE_MODE_FLAG
public static final CapabilityImageControl.AttributeId AWB_MODE_FLAG
public static final CapabilityImageControl.AttributeId ZOOM_TYPE
public static final CapabilityImageControl.AttributeId IR_CUT_MODE_TYPE
public static final CapabilityImageControl.AttributeId IMG_PRESET_TYPE
public static final CapabilityImageControl.AttributeId IMG_HUE_PCT
public static final CapabilityImageControl.AttributeId IMG_SATURATION_PCT
public static final CapabilityImageControl.AttributeId IMG_CONTRAST_PCT
public static final CapabilityImageControl.AttributeId IMG_BRIGHTNESS_PCT
public static final CapabilityImageControl.AttributeId IMG_FLIP_FLAG
public static final CapabilityImageControl.AttributeId IMG_MIRROR_FLAG
public static final CapabilityImageControl.AttributeId IMG_TEXT
public static final CapabilityImageControl.AttributeId IMG_TEXT_X_POSITION
public static final CapabilityImageControl.AttributeId IMG_TEXT_Y_POSITION
public static CapabilityImageControl.AttributeId[] values()
for (CapabilityImageControl.AttributeId c : CapabilityImageControl.AttributeId.values()) System.out.println(c);
public static CapabilityImageControl.AttributeId valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static CapabilityImageControl.AttributeId getEnum(int index)
Capability.AttributeId.index - index of the required Capability.AttributeId.Capability.AttributeId at the given index.public int getInt()
getInt in interface CommandIdInterfacepublic Capability.CapabilityId getCapabilityId()
Capability.CapabilityId of parent capability.getCapabilityId in interface Capability.AttributeIdCapability.CapabilityId of parent.