Sensor settings.
Definition at line 41 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.
DevBlkCDIExposure is defined in NvSIPLCDICommon.h and has four member variables:
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 69 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.
Definition at line 49 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.
DevBlkCDIWhiteBalance is defined in NvSIPLCDICommon.h and has two member variables:
Definition at line 65 of file NvSIPLControlAutoDef.hpp.