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