NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
nvsipl::SiplControlEmbedInfo Struct Reference

Detailed Description

Parsed frame embedded information.

Definition at line 62 of file NvSIPLControlAutoDef.hpp.

Data Fields

uint32_t numExposures
 Holds the parsed embedded data frame number of exposures info for the captured frame. More...
 
DevBlkCDIExposure sensorExpInfo
 Holds the parsed embedded data sensor exposure info for the captured frame. More...
 
DevBlkCDIWhiteBalance sensorWBInfo
 Holds the parsed embedded data sensor white balance info for the captured frame. More...
 
DevBlkCDITemperature sensorTempInfo
 Holds the parsed embedded data sensor temperature info for the captured frame. More...
 

Field Documentation

◆ numExposures

uint32_t nvsipl::SiplControlEmbedInfo::numExposures

Holds the parsed embedded data frame number of exposures info for the captured frame.

  • Supported values: [1, 8]

Definition at line 67 of file NvSIPLControlAutoDef.hpp.

◆ sensorExpInfo

DevBlkCDIExposure nvsipl::SiplControlEmbedInfo::sensorExpInfo

Holds the parsed embedded data sensor exposure info for the captured frame.

DevBlkCDIExposure is defined externally in devblk_cdi.h and has four member variables:

  • expTimeValid, holds a flag which enables or disables the exposure block.
  • exposureTime[8], supported values: [0.0, 100.0]
  • gainValid, holds a flag which enables or disables the sensor gain block.
  • sensorGain[8], supported values: [ 0.0, 1000.0]

Definition at line 76 of file NvSIPLControlAutoDef.hpp.

◆ sensorTempInfo

DevBlkCDITemperature nvsipl::SiplControlEmbedInfo::sensorTempInfo

Holds the parsed embedded data sensor temperature info for the captured frame.

DevBlkCDITemperature is defined externally in devblk_cdi.h and has three member variables:

  • tempValid, holds a flag which enables or disables the sensor temperature block.
  • numTemperatures, holds the number of active temperatures, supported values: [1, 4]
  • sensorTempCelsius[4], holds the values of active sensor temperatures in degrees Celsius.

Definition at line 91 of file NvSIPLControlAutoDef.hpp.

◆ sensorWBInfo

DevBlkCDIWhiteBalance nvsipl::SiplControlEmbedInfo::sensorWBInfo

Holds the parsed embedded data sensor white balance info for the captured frame.

DevBlkCDIWhiteBalance is defined externally in devblk_cdi.h and has two member variables:

  • wbValid, holds a flag which enables or disables the white balance gain block.
  • wbGain[8], supported values: [1.0, 1000.0]

Definition at line 83 of file NvSIPLControlAutoDef.hpp.


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