NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release
nvsipl::SiplControlEmbedInfo Struct Reference

Detailed Description

Parsed frame embedded information.

Definition at line 71 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, this variable is not supported in SIPL Control Auto. 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, DEVBLK_CDI_MAX_EXPOSURES]

Definition at line 76 of file NvSIPLControlAutoDef.hpp.

◆ sensorExpInfo

DevBlkCDIExposure nvsipl::SiplControlEmbedInfo::sensorExpInfo

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

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

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

Definition at line 85 of file NvSIPLControlAutoDef.hpp.

◆ sensorTempInfo

DevBlkCDITemperature nvsipl::SiplControlEmbedInfo::sensorTempInfo

Holds the parsed embedded data sensor temperature info for the captured frame, this variable is not supported in SIPL Control Auto.

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

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

Definition at line 101 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 in NvSIPLCDICommon.h and has two member variables:

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

Definition at line 92 of file NvSIPLControlAutoDef.hpp.


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