| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
static depthai.Type |
DeviceBootloader.DEFAULT_TYPE()
Default Bootloader type
|
depthai.Type |
DeviceBootloader.getType() |
| 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,
Path path)
Flash selected bootloader to the current board
|
Pointer |
DeviceBootloader.flashConfig(DeviceBootloader.Config config,
depthai.Memory memory,
depthai.Type type)
Flashes configuration to bootloader
|
Pointer |
DeviceBootloader.flashConfigClear(depthai.Memory memory,
depthai.Type type)
Clears configuration data
|
Pointer |
DeviceBootloader.flashConfigData(Pointer configData,
depthai.Memory memory,
depthai.Type type)
Flashes configuration data to bootloader
|
Pointer |
DeviceBootloader.flashConfigFile(Path configPath,
depthai.Memory memory,
depthai.Type type)
Flashes configuration data to bootloader
|
static BytePointer |
DeviceBootloader.getEmbeddedBootloaderBinary(depthai.Type type) |
DeviceBootloader.Config |
DeviceBootloader.readConfig(depthai.Memory memory,
depthai.Type type)
Reads configuration from bootloader
|
Pointer |
DeviceBootloader.readConfigData(depthai.Memory memory,
depthai.Type type)
Reads configuration data from bootloader
|
| Constructor and Description |
|---|
DeviceBootloader(DeviceInfo devInfo,
depthai.Type type) |
DeviceBootloader(DeviceInfo devInfo,
depthai.Type type,
boolean allowFlashingBootloader)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Pointer |
depthai.shiftLeft(Pointer out,
depthai.Type type) |
Copyright © 2023. All rights reserved.