@Namespace(value="dai") public static enum depthai.CameraModel extends Enum<depthai.CameraModel>
| Enum Constant and Description |
|---|
Equirectangular |
Fisheye |
Perspective |
RadialDivision |
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
depthai.CameraModel |
intern() |
String |
toString() |
static depthai.CameraModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.CameraModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final depthai.CameraModel Perspective
public static final depthai.CameraModel Fisheye
public static final depthai.CameraModel Equirectangular
public static final depthai.CameraModel RadialDivision
public static depthai.CameraModel[] values()
for (depthai.CameraModel c : depthai.CameraModel.values()) System.out.println(c);
public static depthai.CameraModel 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.CameraModel intern()
public String toString()
toString in class Enum<depthai.CameraModel>Copyright © 2021. All rights reserved.