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