| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
Node.DatatypeHierarchy |
Node.Output.possibleDatatypes() |
Node.DatatypeHierarchy |
Node.Input.possibleDatatypes() |
| Constructor and Description |
|---|
Input(Node par,
BytePointer n,
Node.Input.Type t,
boolean blocking,
int queueSize,
Node.DatatypeHierarchy types)
Constructs Input with specified blocking and queueSize options
|
Input(Node par,
BytePointer n,
Node.Input.Type t,
Node.DatatypeHierarchy types)
Constructs Input with default blocking and queueSize options
|
Input(Node par,
String n,
int t,
boolean blocking,
int queueSize,
Node.DatatypeHierarchy types) |
Input(Node par,
String n,
int t,
Node.DatatypeHierarchy types) |
Output(Node par,
BytePointer n,
Node.Output.Type t,
Node.DatatypeHierarchy types) |
Output(Node par,
String n,
int t,
Node.DatatypeHierarchy types) |
Copyright © 2021. All rights reserved.