RawImgDetections structure. More...
#include <RawImgDetections.hpp>
Public Member Functions | |
DEPTHAI_SERIALIZE (RawImgDetections, detections, RawBuffer::sequenceNum, RawBuffer::ts, RawBuffer::tsDevice) | |
DatatypeEnum | getType () const override |
void | serialize (std::vector< std::uint8_t > &metadata, DatatypeEnum &datatype) const override |
![]() | |
DEPTHAI_SERIALIZE (RawBuffer, sequenceNum, ts, tsDevice) | |
virtual | ~RawBuffer ()=default |
Public Attributes | |
std::vector< ImgDetection > | detections |
![]() | |
std::vector< std::uint8_t > | data |
int64_t | sequenceNum = 0 |
Timestamp | ts = {} |
Timestamp | tsDevice = {} |
RawImgDetections structure.
Definition at line 22 of file RawImgDetections.hpp.
dai::RawImgDetections::DEPTHAI_SERIALIZE | ( | RawImgDetections | , |
detections | , | ||
RawBuffer::sequenceNum | , | ||
RawBuffer::ts | , | ||
RawBuffer::tsDevice | |||
) |
|
inlineoverridevirtual |
Reimplemented from dai::RawBuffer.
Definition at line 30 of file RawImgDetections.hpp.
|
inlineoverridevirtual |
Reimplemented from dai::RawBuffer.
Definition at line 25 of file RawImgDetections.hpp.
std::vector<ImgDetection> dai::RawImgDetections::detections |
Definition at line 23 of file RawImgDetections.hpp.