| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
ADatatypeVector |
DataOutputQueue.getAll()
Block until at least one message in the queue.
|
ADatatypeVector |
ADatatypeVector.push_back(ADatatype value) |
ADatatypeVector |
ADatatypeVector.put(ADatatype... array) |
ADatatypeVector |
ADatatypeVector.put(ADatatype value) |
ADatatypeVector |
ADatatypeVector.put(ADatatypeVector x) |
ADatatypeVector |
ADatatypeVector.put(long i,
ADatatype value) |
ADatatypeVector |
DataOutputQueue.tryGetAll()
Try to retrieve all messages in the queue.
|
| Modifier and Type | Method and Description |
|---|---|
ADatatypeVector |
ADatatypeVector.put(ADatatypeVector x) |
Copyright © 2021. All rights reserved.