Sensor settings.
Definition at line 46 of file NvSIPLControlAutoDef.hpp.
Data Fields | |
uint8_t | numSensorContexts |
Holds the number of sensor contexts to activate. More... | |
DevBlkCDIExposure | exposureControl [DEVBLK_CDI_MAX_SENSOR_CONTEXTS] |
Holds the sensor exposure settings to set for each context, supports up to DEVBLK_CDI_MAX_SENSOR_CONTEXTS settings. More... | |
DevBlkCDIWhiteBalance | wbControl [DEVBLK_CDI_MAX_SENSOR_CONTEXTS] |
Holds the sensor white balance settings to set for each context, supports up to DEVBLK_CDI_MAX_SENSOR_CONTEXTS settings. More... | |
DevBlkCDIIllumination | illuminationControl |
Holds the setting for enabling the IR emitter and turning it ON and OFF for RGB-IR sensors. More... | |
DevBlkCDIExposure nvsipl::SiplControlAutoSensorSetting::exposureControl[DEVBLK_CDI_MAX_SENSOR_CONTEXTS] |
Holds the sensor exposure settings to set for each context, supports up to DEVBLK_CDI_MAX_SENSOR_CONTEXTS settings.
Definition at line 58 of file NvSIPLControlAutoDef.hpp.
DevBlkCDIIllumination nvsipl::SiplControlAutoSensorSetting::illuminationControl |
Holds the setting for enabling the IR emitter and turning it ON and OFF for RGB-IR sensors.
Definition at line 66 of file NvSIPLControlAutoDef.hpp.
uint8_t nvsipl::SiplControlAutoSensorSetting::numSensorContexts |
Holds the number of sensor contexts to activate.
Multiple sensor contexts mode is supported by some sensors, in which multiple set of settings(contexts) are programmed and the sensor toggles between them at runtime. For sensors not supporting this mode of operation, it shall be set to 1. Valid Range: [1, DEVBLK_CDI_MAX_SENSOR_CONTEXTS]
Definition at line 54 of file NvSIPLControlAutoDef.hpp.
DevBlkCDIWhiteBalance nvsipl::SiplControlAutoSensorSetting::wbControl[DEVBLK_CDI_MAX_SENSOR_CONTEXTS] |
Holds the sensor white balance settings to set for each context, supports up to DEVBLK_CDI_MAX_SENSOR_CONTEXTS settings.
Definition at line 62 of file NvSIPLControlAutoDef.hpp.