NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 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::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 : std::uint8_t {
  nvsipl::NV_PLUGIN = 0,
  nvsipl::CUSTOM_PLUGIN0,
  nvsipl::MAX_NUM_PLUGINS
}
 Defines types of SIPL Control Auto plug-ins. More...
 

Enumeration Type Documentation

◆ PluginType

enum nvsipl::PluginType : std::uint8_t

Defines types of SIPL Control Auto plug-ins.

Enumerator
NV_PLUGIN 
CUSTOM_PLUGIN0 

NVIDIA plug-in.

MAX_NUM_PLUGINS 

Custom plug-in 0.

Maximum number of plug-ins supported.

Definition at line 40 of file NvSiplControlAutoDef.hpp.