Generic struct storing data output from codec.
Data Fields | |
uint64_t | flags |
Any flags necessary for the frame. More... | |
dwTime_t | pts |
Presentation time stamp, in microseconds. More... | |
dwTime_t | dts |
Decoding time stamp, in microseconds. More... | |
uint8_t * | data |
Encoded data. More... | |
uint64_t | dataSizeBytes |
Size of the data pointer in bytes. More... | |
void * | reserved [4] |
dwTime_t | sofTimestampUs |
Stores the start of frame timestamp in microseconds. More... | |
dwTime_t | eofTimestampUs |
Stores the end of frame timestamp in microseconds. More... | |
dwTime_t | moeTimestampUs |
Stores the middle of exposure timestamp in microseconds. More... | |
dwExposureDuration | exposureDurationUs |
Stores the exposure duration in microseconds. More... | |
dwTime_t | subExposureStartTimestampsUs [DW_DEVBLK_CDI_MAX_EXPOSURES] |
Array to store the sub exposure start timestamp in microseconds. More... | |
float32_t | sensorTempCelsius |
Stores the temperature in Celsius. More... | |
uint64_t dwCodecPacket::dataSizeBytes |
dwTime_t dwCodecPacket::dts |
dwTime_t dwCodecPacket::eofTimestampUs |
dwExposureDuration dwCodecPacket::exposureDurationUs |
uint64_t dwCodecPacket::flags |
dwTime_t dwCodecPacket::moeTimestampUs |
dwTime_t dwCodecPacket::pts |
float32_t dwCodecPacket::sensorTempCelsius |
dwTime_t dwCodecPacket::sofTimestampUs |
dwTime_t dwCodecPacket::subExposureStartTimestampsUs[DW_DEVBLK_CDI_MAX_EXPOSURES] |