NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release
nvsipl::SiplControlAutoInputParam Struct Reference

Detailed Description

Input parameters for processing AE/AWB.

Definition at line 264 of file NvSIPLControlAutoDef.hpp.

Collaboration diagram for nvsipl::SiplControlAutoInputParam:

Data Fields

SiplControlEmbedData embedData
 Embedded settings. More...
 
DevBlkCDISensorAttributes sensorAttr
 Sensor attributes, DevBlkCDISensorAttributes is defined in NvSIPLCDICommon.h. More...
 
SiplControlIspStatsInfo statsInfo
 Stats buffers and settings. More...
 
SiplControlAutoMetadata autoMetadata
 Metadata info for algorithm. More...
 

Field Documentation

◆ autoMetadata

SiplControlAutoMetadata nvsipl::SiplControlAutoInputParam::autoMetadata

Metadata info for algorithm.

Definition at line 291 of file NvSIPLControlAutoDef.hpp.

◆ embedData

SiplControlEmbedData nvsipl::SiplControlAutoInputParam::embedData

Embedded settings.

Definition at line 268 of file NvSIPLControlAutoDef.hpp.

◆ sensorAttr

DevBlkCDISensorAttributes nvsipl::SiplControlAutoInputParam::sensorAttr

Sensor attributes, DevBlkCDISensorAttributes is defined in NvSIPLCDICommon.h.

DevBlkCDISensorAttributes has 9 member variables:

  • sensorName, a string holds the name attribute. If not supported, set to '\0'.
  • sensorCFA, holds the CFA attribute. If not supported, set to zero.
  • sensorFuseId, holds the fuse ID attribute. If not supported, set to '\0'.
  • numActiveExposures, supported value [1, DEVBLK_CDI_MAX_EXPOSURES]
  • sensorExpRange {float min, float max} [DEVBLK_CDI_MAX_EXPOSURES], supported values: min [0.0, 100.0] max [min, 100.0]
  • sensorGainRange {float min, float max} [DEVBLK_CDI_MAX_EXPOSURES], supported values: min [0.0, 1000.0] max [min, 1000.0]
  • sensorWhiteBalanceRange {float min, float max}[DEVBLK_CDI_MAX_EXPOSURES], supported values: min [0.0, 1000.0] max [min, 1000.0]
  • sensorGainFactor, supported values : [0.0, 1000.0]
  • numFrameReportBytes, supported values: [1, DEVBLK_CDI_MAX_FRAME_REPORT_BYTES]

Definition at line 283 of file NvSIPLControlAutoDef.hpp.

◆ statsInfo

SiplControlIspStatsInfo nvsipl::SiplControlAutoInputParam::statsInfo

Stats buffers and settings.

Definition at line 287 of file NvSIPLControlAutoDef.hpp.


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