NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
nvsipl::NvSIPLImageGroupWriter::RawBuffer Struct Reference

Detailed Description

Describes an unprocessed sensor output buffer.

Definition at line 222 of file NvSIPLPipelineMgr.hpp.

Collaboration diagram for nvsipl::NvSIPLImageGroupWriter::RawBuffer:

Data Fields

NvMediaImageGroupimageGroup
 
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...
 

Field Documentation

◆ discontinuity

bool nvsipl::NvSIPLImageGroupWriter::RawBuffer::discontinuity

Holds a flag to signal discontinuity for the current raw buffer from the previous one.

Definition at line 237 of file NvSIPLPipelineMgr.hpp.

◆ image

NvSciBufObj nvsipl::NvSIPLImageGroupWriter::RawBuffer::image

Holds an NvSciBufObj.

Definition at line 233 of file NvSIPLPipelineMgr.hpp.

◆ imageGroup

NvMediaImageGroup* nvsipl::NvSIPLImageGroupWriter::RawBuffer::imageGroup
Deprecated:
This will be removed in a future release

Holds a pointer to NvMediaImageGroup.

Definition at line 230 of file NvSIPLPipelineMgr.hpp.

◆ uIndex

uint32_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::uIndex

Holds the ID of the sensor in PlatformCfg.

Definition at line 235 of file NvSIPLPipelineMgr.hpp.


The documentation for this struct was generated from the following file: