public static enum Spinnaker_C._spinSensorShutterModeEnums extends Enum<Spinnaker_C._spinSensorShutterModeEnums>
| Enum Constant and Description |
|---|
NUM_SENSORSHUTTERMODE |
SensorShutterMode_Global
The shutter opens and closes at the same time for all pixels.
|
SensorShutterMode_GlobalReset
The shutter opens at the same time for all pixels but ends in a sequential manner.
|
SensorShutterMode_Rolling
The shutter opens and closes sequentially for groups (typically lines) of pixels.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinSensorShutterModeEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinSensorShutterModeEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinSensorShutterModeEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinSensorShutterModeEnums SensorShutterMode_Global
public static final Spinnaker_C._spinSensorShutterModeEnums SensorShutterMode_Rolling
public static final Spinnaker_C._spinSensorShutterModeEnums SensorShutterMode_GlobalReset
public static final Spinnaker_C._spinSensorShutterModeEnums NUM_SENSORSHUTTERMODE
public static Spinnaker_C._spinSensorShutterModeEnums[] values()
for (Spinnaker_C._spinSensorShutterModeEnums c : Spinnaker_C._spinSensorShutterModeEnums.values()) System.out.println(c);
public static Spinnaker_C._spinSensorShutterModeEnums 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._spinSensorShutterModeEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinSensorShutterModeEnums>Copyright © 2020. All rights reserved.