public static enum Spinnaker_C.spinImageComponentSelectorEnums extends Enum<Spinnaker_C.spinImageComponentSelectorEnums>
| Enum Constant and Description |
|---|
ImageComponentSelector_Color
The acquisition of color of the reflected light is controlled
|
ImageComponentSelector_Confidence
The acquisition of confidence map of the acquired image is controlled.
|
ImageComponentSelector_Disparity
The acquisition of stereo camera disparity data is controlled.
|
ImageComponentSelector_Infrared
The acquisition of non-visible infrared light is controlled.
|
ImageComponentSelector_Intensity
The acquisition of intensity of the reflected light is controlled.
|
ImageComponentSelector_Range
The acquisition of range (distance) data is controlled.
|
ImageComponentSelector_Scatter
The acquisition of data measuring how much light is scattered around the reflected light.
|
ImageComponentSelector_Ultraviolet
The acquisition of non-visible ultraviolet light is controlled.
|
NUM_IMAGECOMPONENTSELECTOR |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C.spinImageComponentSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinImageComponentSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinImageComponentSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinImageComponentSelectorEnums ImageComponentSelector_Intensity
public static final Spinnaker_C.spinImageComponentSelectorEnums ImageComponentSelector_Color
public static final Spinnaker_C.spinImageComponentSelectorEnums ImageComponentSelector_Infrared
public static final Spinnaker_C.spinImageComponentSelectorEnums ImageComponentSelector_Ultraviolet
public static final Spinnaker_C.spinImageComponentSelectorEnums ImageComponentSelector_Range
public static final Spinnaker_C.spinImageComponentSelectorEnums ImageComponentSelector_Disparity
public static final Spinnaker_C.spinImageComponentSelectorEnums ImageComponentSelector_Confidence
public static final Spinnaker_C.spinImageComponentSelectorEnums ImageComponentSelector_Scatter
public static final Spinnaker_C.spinImageComponentSelectorEnums NUM_IMAGECOMPONENTSELECTOR
public static Spinnaker_C.spinImageComponentSelectorEnums[] values()
for (Spinnaker_C.spinImageComponentSelectorEnums c : Spinnaker_C.spinImageComponentSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C.spinImageComponentSelectorEnums 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.spinImageComponentSelectorEnums intern()
public String toString()
toString in class Enum<Spinnaker_C.spinImageComponentSelectorEnums>Copyright © 2024. All rights reserved.