NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::SiplControlEmbedData Struct Reference

Detailed Description

Embedded data and parsed information.

Definition at line 115 of file NvSIPLControlAutoDef.hpp.

Collaboration diagram for nvsipl::SiplControlEmbedData:

Data Fields

SiplControlEmbedInfo embedInfo
 Holds the parsed embedded info for the captured frame. More...
 
DevBlkCDIFrameSeqNum frameSeqNum
 Holds frame sequence number for the captured frame, this variable is not supported in SIPL Control Auto. More...
 
DevBlkCDIEmbeddedDataChunk topEmbeddedData
 Holds information of the embedded data buffer attached to the beginning of the frame, this variable is not supported in SIPL Control Auto. More...
 
DevBlkCDIEmbeddedDataChunk bottomEmbeddedData
 Holds information of the embedded data buffer attached to the end of the frame, this variable is not supported in SIPL Control Auto. More...
 

Field Documentation

◆ bottomEmbeddedData

DevBlkCDIEmbeddedDataChunk nvsipl::SiplControlEmbedData::bottomEmbeddedData

Holds information of the embedded data buffer attached to the end of the frame, this variable is not supported in SIPL Control Auto.

DevBlkCDIEmbeddedDataChunk is defined in NvSIPLCDICommon.h and has two member variables:

  • lineLength, holds the line length of an embedded chunk, in bytes.
  • lineData, holds a pointer to the data chunk.

Definition at line 142 of file NvSIPLControlAutoDef.hpp.

◆ embedInfo

SiplControlEmbedInfo nvsipl::SiplControlEmbedData::embedInfo

Holds the parsed embedded info for the captured frame.

Definition at line 119 of file NvSIPLControlAutoDef.hpp.

◆ frameSeqNum

DevBlkCDIFrameSeqNum nvsipl::SiplControlEmbedData::frameSeqNum

Holds frame sequence number for the captured frame, this variable is not supported in SIPL Control Auto.

DevBlkCDIFrameSeqNum is defined in NvSIPLCDICommon.h and has two member variables:

  • frameSeqNumValid, holds a Boolean flag which enables or disables the frame sequence number block.
  • frameSequenceNumber, holds the sensor frame sequence number value.

Definition at line 126 of file NvSIPLControlAutoDef.hpp.

◆ topEmbeddedData

DevBlkCDIEmbeddedDataChunk nvsipl::SiplControlEmbedData::topEmbeddedData

Holds information of the embedded data buffer attached to the beginning of the frame, this variable is not supported in SIPL Control Auto.

DevBlkCDIEmbeddedDataChunk is defined in NvSIPLCDICommon.h and has two member variables:

  • lineLength, holds the line length of an embedded chunk, in bytes.
  • lineData, holds a pointer to the data chunk.

Definition at line 134 of file NvSIPLControlAutoDef.hpp.


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