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