public static enum Spinnaker_C.spinDecimationSelectorEnums extends Enum<Spinnaker_C.spinDecimationSelectorEnums>
| Enum Constant and Description |
|---|
DecimationSelector_All
The total amount of decimation to be performed on the captured image data.
|
DecimationSelector_Sensor
The portion of decimation to be performed on the sensor directly.
|
NUM_DECIMATIONSELECTOR |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C.spinDecimationSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinDecimationSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinDecimationSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinDecimationSelectorEnums DecimationSelector_All
public static final Spinnaker_C.spinDecimationSelectorEnums DecimationSelector_Sensor
public static final Spinnaker_C.spinDecimationSelectorEnums NUM_DECIMATIONSELECTOR
public static Spinnaker_C.spinDecimationSelectorEnums[] values()
for (Spinnaker_C.spinDecimationSelectorEnums c : Spinnaker_C.spinDecimationSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C.spinDecimationSelectorEnums 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.spinDecimationSelectorEnums intern()
public String toString()
toString in class Enum<Spinnaker_C.spinDecimationSelectorEnums>Copyright © 2024. All rights reserved.