| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
depthai.LogLevel |
LogLevelOptional.get() |
depthai.LogLevel |
DeviceBase.getLogLevel()
Gets current logging severity level of the device.
|
depthai.LogLevel |
DeviceBase.getLogOutputLevel()
Gets logging level which decides printing level to standard output.
|
depthai.LogLevel |
LogMessage.level() |
| Modifier and Type | Method and Description |
|---|---|
LogMessage |
LogMessage.level(depthai.LogLevel setter) |
LogLevelOptional |
LogLevelOptional.put(depthai.LogLevel value) |
void |
DeviceBase.setLogLevel(depthai.LogLevel level)
Sets the devices logging severity level.
|
void |
DeviceBase.setLogOutputLevel(depthai.LogLevel level)
Sets logging level which decides printing level to standard output.
|
| Constructor and Description |
|---|
LogLevelOptional(depthai.LogLevel value) |
| Modifier and Type | Method and Description |
|---|---|
depthai.LogLevel |
depthai.LogLevel.intern() |
static depthai.LogLevel |
depthai.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.LogLevel[] |
depthai.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.