| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Class and Description |
|---|---|
class |
Buffer
Base message - buffer of binary data
|
class |
CameraControl
CameraControl message.
|
class |
ImageManipConfig
ImageManipConfig message.
|
class |
ImgDetections
ImgDetections message.
|
class |
ImgFrame
ImgFrame message.
|
class |
IMUData
IMUData message.
|
class |
NNData
NNData message.
|
class |
SpatialImgDetections
SpatialImgDetections message.
|
class |
SpatialLocationCalculatorConfig
SpatialLocationCalculatorConfig message.
|
class |
SpatialLocationCalculatorData
SpatialLocationCalculatorData message.
|
class |
StereoDepthConfig
StereoDepthConfig message.
|
class |
SystemInformation
SystemInformation message.
|
class |
Tracklets
Tracklets message.
|
| Modifier and Type | Method and Description |
|---|---|
ADatatype |
DataOutputQueue.front()
Gets first message in the queue.
|
ADatatype[] |
ADatatypeVector.get() |
ADatatype |
ADatatypeVector.Iterator.get() |
ADatatype |
DataOutputQueue.get()
Block until a message is available.
|
ADatatype |
ADatatypeVector.get(long i) |
ADatatype |
ADatatypeVector.pop_back() |
ADatatype |
DataOutputQueue.tryGet()
Try to retrieve message T from queue.
|
| Modifier and Type | Method and Description |
|---|---|
ADatatypeVector.Iterator |
ADatatypeVector.insert(ADatatypeVector.Iterator pos,
ADatatype value) |
ADatatypeVector |
ADatatypeVector.push_back(ADatatype value) |
ADatatypeVector |
ADatatypeVector.put(ADatatype... array) |
ADatatypeVector |
ADatatypeVector.put(ADatatype value) |
ADatatypeVector |
ADatatypeVector.put(long i,
ADatatype value) |
void |
DataInputQueue.send(ADatatype msg)
Adds a message to the queue, which will be picked up and sent to the device.
|
boolean |
DataInputQueue.send(ADatatype msg,
Pointer timeout)
Adds message to the queue, which will be picked up and sent to the device.
|
void |
DataInputQueue.sendSharedPtr(ADatatype msg)
Adds a message to the queue, which will be picked up and sent to the device.
|
boolean |
DataInputQueue.sendSharedPtr(ADatatype msg,
Pointer timeout)
Adds message to the queue, which will be picked up and sent to the device.
|
| Constructor and Description |
|---|
ADatatypeVector(ADatatype... array) |
ADatatypeVector(ADatatype value) |
Copyright © 2021. All rights reserved.