Describes an unprocessed sensor output buffer.
Definition at line 211 of file NvSIPLPipelineMgr.hpp.
Data Fields | |
NvSciBufObj | image |
Holds an NvSciBufObj. More... | |
uint32_t | uIndex |
Holds the ID of the sensor in PlatformCfg. More... | |
bool | discontinuity |
Holds a flag to signal discontinuity for the current raw buffer from the previous one. More... | |
uint64_t | frameCaptureTSC |
Holds the TSC timestamp of the end of frame for capture. More... | |
uint64_t | frameCaptureStartTSC |
Holds the TSC timestamp of the start of frame for capture. More... | |
bool nvsipl::NvSIPLImageGroupWriter::RawBuffer::discontinuity |
Holds a flag to signal discontinuity for the current raw buffer from the previous one.
Definition at line 218 of file NvSIPLPipelineMgr.hpp.
uint64_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::frameCaptureStartTSC |
Holds the TSC timestamp of the start of frame for capture.
Definition at line 222 of file NvSIPLPipelineMgr.hpp.
uint64_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::frameCaptureTSC |
Holds the TSC timestamp of the end of frame for capture.
Definition at line 220 of file NvSIPLPipelineMgr.hpp.
NvSciBufObj nvsipl::NvSIPLImageGroupWriter::RawBuffer::image |
Holds an NvSciBufObj.
Definition at line 214 of file NvSIPLPipelineMgr.hpp.
uint32_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::uIndex |
Holds the ID of the sensor in PlatformCfg.
Definition at line 216 of file NvSIPLPipelineMgr.hpp.