NVIDIA DRIVE OS Linux SDK API Reference

6.0.6 Release
nvsipl::NvSIPLIspStatsOverrideSetting Struct Reference

Detailed Description

SIPL ISP Statistics Override Parameters.

ISP Statistics settings enabled in @NvSIPLIspStatsOverrideSetting 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 616 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 641 of file NvSIPLISPStat.hpp.

◆ enableBpStatsOverride

NvSiplBool nvsipl::NvSIPLIspStatsOverrideSetting::enableBpStatsOverride[1]

boolean flag to enable bad pixel statistics settings override

Definition at line 637 of file NvSIPLISPStat.hpp.

◆ enableHistStatsOverride

NvSiplBool nvsipl::NvSIPLIspStatsOverrideSetting::enableHistStatsOverride[2]

boolean flag to enable histogram statistics settings override

Definition at line 621 of file NvSIPLISPStat.hpp.

◆ enableLacStatsOverride

NvSiplBool nvsipl::NvSIPLIspStatsOverrideSetting::enableLacStatsOverride[2]

boolean flag to enable local average clip statistics settings override

Definition at line 629 of file NvSIPLISPStat.hpp.

◆ histStats

NvSiplISPHistogramStatsOverride nvsipl::NvSIPLIspStatsOverrideSetting::histStats[2]

Structure containing override settings for histogram statistics block.

Definition at line 625 of file NvSIPLISPStat.hpp.

◆ lacStats

NvSiplISPLocalAvgClipStats nvsipl::NvSIPLIspStatsOverrideSetting::lacStats[2]

Structure containing override settings for local average clip statistics block.

Definition at line 633 of file NvSIPLISPStat.hpp.


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