| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
PipelineSchema |
PipelineSchema.connections(NodeConnectionSchema setter) |
PipelineSchema |
Pipeline.getPipelineSchema() |
PipelineSchema |
PipelineSchema.getPointer(long i) |
PipelineSchema |
PipelineSchema.globalProperties(GlobalProperties setter) |
PipelineSchema |
PipelineSchema.nodes(LongNodeObjInfoMap setter) |
PipelineSchema |
PipelineSchema.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
Pipeline.serialize(PipelineSchema schema,
Assets assets,
byte[] assetStorage,
int[] version) |
void |
Pipeline.serialize(PipelineSchema schema,
Assets assets,
ByteBuffer assetStorage,
IntBuffer version) |
void |
Pipeline.serialize(PipelineSchema schema,
Assets assets,
BytePointer assetStorage,
IntPointer version) |
Copyright © 2021. All rights reserved.