NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvSIPLAutoControlSensorSetting Struct Reference

Detailed Description

Exposure settings for sensor.

Definition at line 38 of file nvsipl_plugindef.h.

Collaboration diagram for NvSIPLAutoControlSensorSetting:

Data Fields

uint8_t numSensorContexts
 Holds the number of sensor contexts to activate. More...
 
NvMediaISCExposure exposureControl [NVMEDIA_ISC_MAX_SENSOR_CONTEXTS]
 Holds the sensor exposure settings to set for each context. More...
 
NvMediaISCWhiteBalance wbControl [NVMEDIA_ISC_MAX_SENSOR_CONTEXTS]
 Holds the sensor white balance settings to set for each context. More...
 
NvMediaBool expProfileValid
 Exposure profile value is valid or not. More...
 
uint32_t expProfile
 Exposure profile value, such as day and night settings. More...
 

Field Documentation

NvMediaISCExposure NvSIPLAutoControlSensorSetting::exposureControl[NVMEDIA_ISC_MAX_SENSOR_CONTEXTS]

Holds the sensor exposure settings to set for each context.

Definition at line 52 of file nvsipl_plugindef.h.

uint32_t NvSIPLAutoControlSensorSetting::expProfile

Exposure profile value, such as day and night settings.

Definition at line 60 of file nvsipl_plugindef.h.

NvMediaBool NvSIPLAutoControlSensorSetting::expProfileValid

Exposure profile value is valid or not.

Definition at line 58 of file nvsipl_plugindef.h.

uint8_t NvSIPLAutoControlSensorSetting::numSensorContexts

Holds the number of sensor contexts to activate.

Sensor context is a mode of operation, supported by some sensors, in which multiple set of setttings(contexts) are programmed and the sensor toggles between them at runtime. For sensors not supporting this mode of operation, it should be set to ‘1’. Supported values: [1, NVMEDIA_ISC_MAX_SENSOR_CONTEXTS]

Definition at line 48 of file nvsipl_plugindef.h.

NvMediaISCWhiteBalance NvSIPLAutoControlSensorSetting::wbControl[NVMEDIA_ISC_MAX_SENSOR_CONTEXTS]

Holds the sensor white balance settings to set for each context.

Definition at line 56 of file nvsipl_plugindef.h.


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