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 © 2024. All rights reserved.