| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
depthai.LogLevel |
Device.getLogLevel()
Gets current logging severity level of the device.
|
depthai.LogLevel |
Device.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) |
void |
Device.setLogLevel(depthai.LogLevel level)
Sets the devices logging severity level.
|
void |
Device.setLogOutputLevel(depthai.LogLevel level)
Sets logging level which decides printing level to standard output.
|
| 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 © 2021. All rights reserved.