NVIDIA DRIVE OS Linux SDK API Reference

6.0.6 Release
SIPL Auto Control

Detailed Description

Describes interfaces for SIPL Auto Control implementation.

Data Structures

struct  nvsipl::SiplControlAutoSensorSetting
 Sensor settings. More...
 
struct  nvsipl::SiplControlEmbedInfo
 Parsed frame embedded information. More...
 
struct  nvsipl::SiplControlEmbedData
 Embedded data and parsed information. More...
 
struct  nvsipl::SiplControlAutoAwbGain
 Color Gains assuming order RGGB, RCCB, RCCC. More...
 
struct  nvsipl::SiplControlAutoAwbSetting
 Automatic white balance settings. More...
 
struct  nvsipl::SiplControlIspStatsInfo
 Structure containing ISP Stats information. More...
 
struct  nvsipl::SiplControlIspStatsSetting
 Structure containing ISP stats settings. More...
 
struct  nvsipl::SiplControlAutoMetadata
 Structure containing metadata info for processing AE/AWB algorithm. More...
 
struct  nvsipl::SiplControlAutoInputParam
 Input parameters for processing AE/AWB. More...
 
struct  nvsipl::SiplControlAutoOutputParam
 AE/AWB Output parameters. More...
 
class  nvsipl::ISiplControlAuto
 Defines SIPL Control Auto Interface Class. More...
 

Enumerations

enum  nvsipl::PluginType {
  nvsipl::NV_PLUGIN = 0,
  nvsipl::CUSTOM_PLUGIN0,
  nvsipl::MAX_NUM_PLUGINS
}
 Defines types of SIPL Control Auto plug-ins. More...
 

Enumeration Type Documentation

◆ PluginType

Defines types of SIPL Control Auto plug-ins.

Enumerator
NV_PLUGIN 

NVIDIA plug-in.

CUSTOM_PLUGIN0 

Custom plug-in 0.

MAX_NUM_PLUGINS 

Maximum number of plug-ins supported.

Definition at line 32 of file NvSIPLControlAutoDef.hpp.