| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
Pipeline.clone()
Clone the pipeline (Creates a copy)
|
Pipeline |
Node.getParentPipeline() |
Pipeline |
Pipeline.getPointer(long i) |
Pipeline |
Pipeline.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static BytePointer |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline) |
static BytePointer |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline,
BytePointer pathToCmd)
Creates application package which can be flashed to depthai device.
|
static ByteBuffer |
DeviceBootloader.createDepthaiApplicationPackage(Pipeline pipeline,
String pathToCmd) |
Pointer |
DeviceBootloader.flash(depthai.ProgressCallback progressCallback,
Pipeline pipeline)
Flashes a give pipeline to the board.
|
static void |
DeviceBootloader.saveDepthaiApplicationPackage(BytePointer path,
Pipeline pipeline) |
static void |
DeviceBootloader.saveDepthaiApplicationPackage(BytePointer path,
Pipeline pipeline,
BytePointer pathToCmd)
Saves application package to a file which can be flashed to depthai device.
|
static void |
DeviceBootloader.saveDepthaiApplicationPackage(String path,
Pipeline pipeline) |
static void |
DeviceBootloader.saveDepthaiApplicationPackage(String path,
Pipeline pipeline,
String pathToCmd) |
boolean |
Device.startPipeline(Pipeline pipeline)
Starts the execution of a given pipeline
|
| Constructor and Description |
|---|
Device(Pipeline pipeline)
Connects to any available device with a DEFAULT_SEARCH_TIME timeout.
|
Device(Pipeline pipeline,
boolean usb2Mode)
Connects to any available device with a DEFAULT_SEARCH_TIME timeout.
|
Device(Pipeline pipeline,
BytePointer pathToCmd)
Connects to any available device with a DEFAULT_SEARCH_TIME timeout.
|
Device(Pipeline pipeline,
DeviceInfo devInfo) |
Device(Pipeline pipeline,
DeviceInfo devInfo,
boolean usb2Mode)
Connects to device specified by devInfo.
|
Device(Pipeline pipeline,
DeviceInfo devInfo,
BytePointer pathToCmd)
Connects to device specified by devInfo.
|
Device(Pipeline pipeline,
DeviceInfo devInfo,
String pathToCmd) |
Device(Pipeline pipeline,
String pathToCmd) |
Copyright © 2021. All rights reserved.