| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
static ByteVector |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline) |
static ByteVector |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline,
boolean compress) |
static ByteVector |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline,
boolean compress,
ByteBuffer applicationName,
boolean checkChecksum) |
static ByteVector |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline,
boolean compress,
BytePointer applicationName,
boolean checkChecksum)
Creates application package which can be flashed to depthai device.
|
static ByteVector |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline,
boolean compress,
String applicationName,
boolean checkChecksum) |
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) |
ByteVector |
OpenVINO.Blob.data()
Blob data
|
ByteVector |
BoolStringByteVectorTuple.get2() |
static ByteVector |
BoolStringByteVectorTuple.get2(BoolStringByteVectorTuple container) |
ByteVector |
EepromData.miscellaneousData() |
ByteVector |
ByteVector.push_back(byte value) |
ByteVector |
ByteVector.put(byte... array) |
ByteVector |
ByteVector.put(byte value) |
ByteVector |
ByteVector.put(ByteVector x) |
ByteVector |
ByteVector.put(long i,
byte value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceBootloader.bootMemory(ByteVector fw)
Boots a custom FW in memory
|
OpenVINO.Blob |
OpenVINO.Blob.data(ByteVector setter) |
Pointer |
DeviceBootloader.flashCustom(depthai.Memory memory,
long offset,
ByteVector data) |
Pointer |
DeviceBootloader.flashCustom(depthai.Memory memory,
long offset,
ByteVector data,
depthai.ProgressCallback progressCb)
Flash arbitrary data at custom offset in specified memory
|
Pointer |
DeviceBootloader.flashCustom(int memory,
long offset,
ByteVector data) |
Pointer |
DeviceBootloader.flashCustom(int memory,
long offset,
ByteVector data,
depthai.ProgressCallback progressCb) |
Pointer |
DeviceBootloader.flashDepthaiApplicationPackage(ByteVector _package) |
Pointer |
DeviceBootloader.flashDepthaiApplicationPackage(ByteVector _package,
depthai.Memory memory)
Flashes a specific depthai application package that was generated using createDepthaiApplicationPackage or saveDepthaiApplicationPackage
|
Pointer |
DeviceBootloader.flashDepthaiApplicationPackage(ByteVector _package,
int memory) |
Pointer |
DeviceBootloader.flashDepthaiApplicationPackage(depthai.ProgressCallback progressCallback,
ByteVector _package) |
Pointer |
DeviceBootloader.flashDepthaiApplicationPackage(depthai.ProgressCallback progressCallback,
ByteVector _package,
depthai.Memory memory)
Flashes a specific depthai application package that was generated using createDepthaiApplicationPackage or saveDepthaiApplicationPackage
|
Pointer |
DeviceBootloader.flashDepthaiApplicationPackage(depthai.ProgressCallback progressCallback,
ByteVector _package,
int memory) |
EepromData |
EepromData.miscellaneousData(ByteVector setter) |
ByteVector |
ByteVector.put(ByteVector x) |
Pointer |
DeviceBootloader.readCustom(depthai.Memory memory,
long offset,
long size,
ByteVector data) |
Pointer |
DeviceBootloader.readCustom(depthai.Memory memory,
long offset,
long size,
ByteVector data,
depthai.ProgressCallback progressCb)
Reads arbitrary data at custom offset in specified memory
|
Pointer |
DeviceBootloader.readCustom(int memory,
long offset,
long size,
ByteVector data) |
Pointer |
DeviceBootloader.readCustom(int memory,
long offset,
long size,
ByteVector data,
depthai.ProgressCallback progressCb) |
void |
XLinkStream.writeSplit(ByteVector data,
long split) |
| Constructor and Description |
|---|
Blob(ByteVector data)
\brief Construct a new Blob from data in memory
|
BoolStringByteVectorTuple(boolean value0,
BytePointer value1,
ByteVector value2) |
Copyright © 2023. All rights reserved.