| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
StringVector |
NNData.getAllLayerNames() |
StringVector |
Device.getInputQueueNames()
Get all available input queue names
|
StringVector |
Device.getOutputQueueNames()
Get all available output queue names
|
StringVector |
Device.getQueueEvents() |
StringVector |
Device.getQueueEvents(BytePointer queueName) |
StringVector |
Device.getQueueEvents(BytePointer queueName,
long maxNumEvents,
Pointer timeout)
Gets or waits until specified queue has received a message
|
StringVector |
Device.getQueueEvents(long maxNumEvents,
Pointer timeout)
Gets or waits until any any queue has received a message
|
StringVector |
Device.getQueueEvents(String queueName) |
StringVector |
Device.getQueueEvents(String queueName,
long maxNumEvents,
Pointer timeout) |
StringVector |
Device.getQueueEvents(StringVector queueNames) |
StringVector |
Device.getQueueEvents(StringVector queueNames,
long maxNumEvents,
Pointer timeout)
Gets or waits until any of specified queues has received a message
|
StringVector |
StringVector.push_back(BytePointer value) |
StringVector |
StringVector.push_back(String value) |
StringVector |
StringVector.put(BytePointer... array) |
StringVector |
StringVector.put(BytePointer value) |
StringVector |
StringVector.put(long i,
BytePointer value) |
StringVector |
StringVector.put(long i,
String value) |
StringVector |
StringVector.put(String... array) |
StringVector |
StringVector.put(String value) |
StringVector |
StringVector.put(StringVector x) |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
Device.getQueueEvent(StringVector queueNames) |
BytePointer |
Device.getQueueEvent(StringVector queueNames,
Pointer timeout)
Gets or waits until any of specified queues has received a message
|
StringVector |
Device.getQueueEvents(StringVector queueNames) |
StringVector |
Device.getQueueEvents(StringVector queueNames,
long maxNumEvents,
Pointer timeout)
Gets or waits until any of specified queues has received a message
|
StringVector |
StringVector.put(StringVector x) |
Copyright © 2021. All rights reserved.