| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
ImgFrame |
DataOutputQueue.frontImgFrame() |
ImgFrame |
DataOutputQueue.getImgFrame() |
ImgFrame |
ImgFrame.getPointer(long i) |
ImgFrame |
ImgFrame.position(long position) |
ImgFrame |
ImgFrame.setCategory(int category) |
ImgFrame |
ImgFrame.setFrame(org.bytedeco.opencv.opencv_core.Mat frame)
\note This API only available if OpenCV support is enabled
Copies cv::Mat data to ImgFrame buffer
|
ImgFrame |
ImgFrame.setHeight(int height)
Specifies frame height
|
ImgFrame |
ImgFrame.setInstanceNum(int instance)
Instance number relates to the origin of the frame (which camera)
|
ImgFrame |
ImgFrame.setSequenceNum(long seq)
Specifies sequence number
|
ImgFrame |
ImgFrame.setSize(int width,
int height)
Specifies frame size
|
ImgFrame |
ImgFrame.setSize(Pointer size)
Specifies frame size
|
ImgFrame |
ImgFrame.setTimestamp(Pointer timestamp)
Retrieves image timestamp related to dai::Clock::now()
|
ImgFrame |
ImgFrame.setTimestampDevice(Pointer timestamp)
Sets image timestamp related to dai::Clock::now()
|
ImgFrame |
ImgFrame.setType(int type) |
ImgFrame |
ImgFrame.setType(RawImgFrame.Type type)
Specifies frame type, RGB, BGR, ...
|
ImgFrame |
ImgFrame.setWidth(int width)
Specifies frame width
|
ImgFrame |
DataOutputQueue.tryGetImgFrame() |
Copyright © 2023. All rights reserved.