@Namespace(value="dai") public static enum depthai.DatatypeEnum extends Enum<depthai.DatatypeEnum>
| Enum Constant and Description |
|---|
Buffer |
CameraControl |
EdgeDetectorConfig |
ImageManipConfig |
ImgDetections |
ImgFrame |
IMUData |
NNData |
SpatialImgDetections |
SpatialLocationCalculatorConfig |
SpatialLocationCalculatorData |
StereoDepthConfig |
SystemInformation |
Tracklets |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
depthai.DatatypeEnum |
intern() |
String |
toString() |
static depthai.DatatypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.DatatypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final depthai.DatatypeEnum Buffer
public static final depthai.DatatypeEnum ImgFrame
public static final depthai.DatatypeEnum NNData
public static final depthai.DatatypeEnum ImageManipConfig
public static final depthai.DatatypeEnum CameraControl
public static final depthai.DatatypeEnum ImgDetections
public static final depthai.DatatypeEnum SpatialImgDetections
public static final depthai.DatatypeEnum SystemInformation
public static final depthai.DatatypeEnum SpatialLocationCalculatorConfig
public static final depthai.DatatypeEnum SpatialLocationCalculatorData
public static final depthai.DatatypeEnum EdgeDetectorConfig
public static final depthai.DatatypeEnum Tracklets
public static final depthai.DatatypeEnum IMUData
public static final depthai.DatatypeEnum StereoDepthConfig
public static depthai.DatatypeEnum[] values()
for (depthai.DatatypeEnum c : depthai.DatatypeEnum.values()) System.out.println(c);
public static depthai.DatatypeEnum 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 depthai.DatatypeEnum intern()
public String toString()
toString in class Enum<depthai.DatatypeEnum>Copyright © 2021. All rights reserved.