| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.getPointer(long i) |
Path |
Path.position(long position) |
Path |
Path.put(Path arg0) |
| Modifier and Type | Method and Description |
|---|---|
static ByteVector |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline,
Path pathToCmd,
boolean compress,
ByteBuffer applicationName,
boolean checkChecksum) |
static ByteVector |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline,
Path pathToCmd,
boolean compress,
BytePointer applicationName,
boolean checkChecksum)
Creates application package which can be flashed to depthai device.
|
static ByteVector |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline,
Path pathToCmd,
boolean compress,
String applicationName,
boolean checkChecksum) |
boolean |
CalibrationHandler.eepromToJsonFile(Path destPath)
Write raw calibration/board data to json file.
|
Pointer |
DeviceBootloader.flashBootloader(depthai.Memory memory,
depthai.Type type,
depthai.ProgressCallback progressCallback,
Path path)
Flash selected bootloader to the current board
|
Pointer |
DeviceBootloader.flashBootloader(depthai.ProgressCallback progressCallback,
Path path)
Flashes bootloader to the current board
|
Pointer |
DeviceBootloader.flashBootloader(int memory,
int type,
depthai.ProgressCallback progressCallback,
Path path) |
Pointer |
DeviceBootloader.flashConfigFile(Path configPath) |
Pointer |
DeviceBootloader.flashConfigFile(Path configPath,
depthai.Memory memory,
depthai.Type type)
Flashes configuration data to bootloader
|
Pointer |
DeviceBootloader.flashConfigFile(Path configPath,
int memory,
int type) |
Pointer |
DeviceBootloader.flashUserBootloader(depthai.ProgressCallback progressCallback,
Path path)
Flashes user bootloader to the current board.
|
void |
StereoDepth.loadMeshFiles(Path pathLeft,
Path pathRight)
Specify local filesystem paths to the mesh calibration files for 'left' and 'right' inputs.
|
Path |
Path.put(Path arg0) |
static void |
DeviceBootloader.saveDepthaiApplicationPackage(Path path,
Pipeline pipeline) |
static void |
DeviceBootloader.saveDepthaiApplicationPackage(Path path,
Pipeline pipeline,
boolean compress) |
static void |
DeviceBootloader.saveDepthaiApplicationPackage(Path path,
Pipeline pipeline,
boolean compress,
ByteBuffer applicationName,
boolean checkChecksum) |
static void |
DeviceBootloader.saveDepthaiApplicationPackage(Path path,
Pipeline pipeline,
boolean compress,
BytePointer applicationName,
boolean checkChecksum)
Saves application package to a file which can be flashed to depthai device.
|
static void |
DeviceBootloader.saveDepthaiApplicationPackage(Path path,
Pipeline pipeline,
boolean compress,
String applicationName,
boolean checkChecksum) |
static void |
DeviceBootloader.saveDepthaiApplicationPackage(Path path,
Pipeline pipeline,
Path pathToCmd,
boolean compress,
ByteBuffer applicationName,
boolean checkChecksum) |
static void |
DeviceBootloader.saveDepthaiApplicationPackage(Path path,
Pipeline pipeline,
Path pathToCmd,
boolean compress,
BytePointer applicationName,
boolean checkChecksum)
Saves application package to a file which can be flashed to depthai device.
|
static void |
DeviceBootloader.saveDepthaiApplicationPackage(Path path,
Pipeline pipeline,
Path pathToCmd,
boolean compress,
String applicationName,
boolean checkChecksum) |
Asset |
AssetManager.set(ByteBuffer key,
Path path) |
Asset |
AssetManager.set(ByteBuffer key,
Path path,
int alignment) |
Asset |
AssetManager.set(BytePointer key,
Path path) |
Asset |
AssetManager.set(BytePointer key,
Path path,
int alignment)
Loads file into asset manager under specified key.
|
Asset |
AssetManager.set(String key,
Path path) |
Asset |
AssetManager.set(String key,
Path path,
int alignment) |
void |
NeuralNetwork.setBlob(Path path)
Same functionality as the setBlobPath().
|
void |
NeuralNetwork.setBlobPath(Path path)
Load network blob into assets and use once pipeline is started.
|
void |
Pipeline.setCameraTuningBlobPath(Path path)
Set a camera IQ (Image Quality) tuning blob, used for all cameras
|
| Constructor and Description |
|---|
Blob(Path path)
\brief Construct a new Blob by loading from a filesystem path
|
CalibrationHandler(Path eepromDataPath)
Construct a new Calibration Handler object using the
eeprom json file created from calibration procedure.
|
CalibrationHandler(Path calibrationDataPath,
Path boardConfigPath)
Construct a new Calibration Handler object using the board
config json file and .calib binary files created using gen1 calibration.
|
Device(int version,
DeviceInfo devInfo,
Path pathToCmd) |
Device(int version,
Path pathToCmd) |
Device(Pipeline pipeline,
DeviceInfo devInfo,
Path pathToCmd) |
Device(Pipeline pipeline,
Path pathToCmd) |
DeviceBase(int version,
DeviceInfo devInfo,
Path pathToCmd)
Connects to device specified by devInfo.
|
DeviceBase(int version,
Path pathToCmd)
Connects to any available device with a DEFAULT_SEARCH_TIME timeout.
|
DeviceBase(Pipeline pipeline,
DeviceInfo devInfo,
Path pathToCmd)
Connects to device specified by devInfo.
|
DeviceBase(Pipeline pipeline,
Path pathToCmd)
Connects to any available device with a DEFAULT_SEARCH_TIME timeout.
|
DeviceBootloader(DeviceInfo devInfo,
Path pathToBootloader) |
DeviceBootloader(DeviceInfo devInfo,
Path pathToBootloader,
boolean allowFlashingBootloader)
Connects to or boots device in bootloader mode depending on devInfo state with a custom bootloader firmware.
|
Path(Path arg0) |
XLinkConnection(DeviceInfo deviceDesc,
Path pathToMvcmd) |
XLinkConnection(DeviceInfo deviceDesc,
Path pathToMvcmd,
int expectedState) |
Copyright © 2023. All rights reserved.