public static enum Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums extends Enum<Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums>
| Enum Constant and Description |
|---|
AutoExposureTargetGreyValueAuto_Continuous
Target grey value is constantly adapted by the device to maximize the dynamic range.
|
AutoExposureTargetGreyValueAuto_Off
Target grey value is manually controlled
|
NUM_AUTOEXPOSURETARGETGREYVALUEAUTO |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums AutoExposureTargetGreyValueAuto_Off
public static final Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums AutoExposureTargetGreyValueAuto_Continuous
public static final Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums NUM_AUTOEXPOSURETARGETGREYVALUEAUTO
public static Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums[] values()
for (Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums c : Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums.values()) System.out.println(c);
public static Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums 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 Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinAutoExposureTargetGreyValueAutoEnums>Copyright © 2020. All rights reserved.