NVIDIA DRIVE OS Linux SDK API Reference

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

Detailed Description

Parsed Frame Embedded Info.

Definition at line 72 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...
 
bool expProfileValid
 Exposure profile value is valid or not. More...
 
uint32_t expProfile
 Exposure profile value, such as day and night settings. More...
 
DevBlkCDITemperature sensorTempInfo
 Holds the parsed embedded data sensor temperature info for the captured frame. More...
 

Field Documentation

◆ expProfile

uint32_t nvsipl::SiplControlEmbedInfo::expProfile

Exposure profile value, such as day and night settings.

  • Supported values: [0, 31]

Definition at line 102 of file NvSIPLControlAutoDef.hpp.

◆ expProfileValid

bool nvsipl::SiplControlEmbedInfo::expProfileValid

Exposure profile value is valid or not.

Definition at line 97 of file NvSIPLControlAutoDef.hpp.

◆ 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 77 of file NvSIPLControlAutoDef.hpp.

◆ sensorExpInfo

DevBlkCDIExposure nvsipl::SiplControlEmbedInfo::sensorExpInfo

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

DevBlkCDIExposure 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 86 of file NvSIPLControlAutoDef.hpp.

◆ sensorTempInfo

DevBlkCDITemperature nvsipl::SiplControlEmbedInfo::sensorTempInfo

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

DevBlkCDITemperature 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 110 of file NvSIPLControlAutoDef.hpp.

◆ sensorWBInfo

DevBlkCDIWhiteBalance nvsipl::SiplControlEmbedInfo::sensorWBInfo

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

DevBlkCDIWhiteBalance 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 93 of file NvSIPLControlAutoDef.hpp.


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