| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
static depthai.Type |
DeviceBootloader.DEFAULT_TYPE()
Default Bootloader type
|
| Modifier and Type | Method and Description |
|---|---|
Pointer |
DeviceBootloader.flashBootloader(depthai.Memory memory,
depthai.Type type,
depthai.ProgressCallback progressCallback) |
Pointer |
DeviceBootloader.flashBootloader(depthai.Memory memory,
depthai.Type type,
depthai.ProgressCallback progressCallback,
BytePointer path)
Flash selected bootloader to the current board
|
static BytePointer |
DeviceBootloader.getEmbeddedBootloaderBinary(depthai.Type type) |
| Constructor and Description |
|---|
DeviceBootloader(DeviceInfo devInfo,
depthai.Type type)
Connects to device in bootloader of specified type.
|
| Modifier and Type | Method and Description |
|---|---|
depthai.Type |
depthai.Type.intern() |
static depthai.Type |
depthai.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.Type[] |
depthai.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.