NVIDIA DRIVE OS Linux SDK API Reference

6.0.10.0 Release
nvsipl::NvSIPLIspStatsOverrideSetting Struct Reference

Detailed Description

SIPL ISP Statistics Override Parameters.

ISP Statistics settings enabled in this struct will override the corresponding statistics settings provided in NITO.

Note
ISP histStats[0] and lacStats[0] statistics are consumed by internal algorithms to generate new sensor and ISP settings. Incorrect usage or disabling these statistics blocks would result in failure or image quality degradation. Please refer to the safety manual for guidance on overriding histStats[0] and lacStats[0] statistics settings.

Definition at line 623 of file NvSIPLISPStat.hpp.

Collaboration diagram for nvsipl::NvSIPLIspStatsOverrideSetting:

Data Fields

NvSiplBool enableHistStatsOverride [2]
 boolean flag to enable histogram statistics settings override More...
 
NvSiplISPHistogramStatsOverride histStats [2]
 Structure containing override settings for histogram statistics block. More...
 
NvSiplBool enableLacStatsOverride [2]
 boolean flag to enable local average clip statistics settings override More...
 
NvSiplISPLocalAvgClipStats lacStats [2]
 Structure containing override settings for local average clip statistics block. More...
 
NvSiplBool enableBpStatsOverride [1]
 boolean flag to enable bad pixel statistics settings override More...
 
NvSiplISPBadPixelStats bpStats [1]
 Structure containing override settings for bad pixel statistics block. More...
 

Field Documentation

◆ bpStats

NvSiplISPBadPixelStats nvsipl::NvSIPLIspStatsOverrideSetting::bpStats[1]

Structure containing override settings for bad pixel statistics block.

Definition at line 648 of file NvSIPLISPStat.hpp.

◆ enableBpStatsOverride

NvSiplBool nvsipl::NvSIPLIspStatsOverrideSetting::enableBpStatsOverride[1]

boolean flag to enable bad pixel statistics settings override

Definition at line 644 of file NvSIPLISPStat.hpp.

◆ enableHistStatsOverride

NvSiplBool nvsipl::NvSIPLIspStatsOverrideSetting::enableHistStatsOverride[2]

boolean flag to enable histogram statistics settings override

Definition at line 628 of file NvSIPLISPStat.hpp.

◆ enableLacStatsOverride

NvSiplBool nvsipl::NvSIPLIspStatsOverrideSetting::enableLacStatsOverride[2]

boolean flag to enable local average clip statistics settings override

Definition at line 636 of file NvSIPLISPStat.hpp.

◆ histStats

NvSiplISPHistogramStatsOverride nvsipl::NvSIPLIspStatsOverrideSetting::histStats[2]

Structure containing override settings for histogram statistics block.

Definition at line 632 of file NvSIPLISPStat.hpp.

◆ lacStats

NvSiplISPLocalAvgClipStats nvsipl::NvSIPLIspStatsOverrideSetting::lacStats[2]

Structure containing override settings for local average clip statistics block.

Definition at line 640 of file NvSIPLISPStat.hpp.


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