Holds sensor exposure information.
To use this structure correctly, the number of valid exposures must be tracked separately. When DevBlkCDIExposure is embedded in another structure, it is known according to the following members:
Definition at line 256 of file NvSIPLCDICommon.h.
Data Fields | |
NvSiplBool | expTimeValid |
Holds a flag which enables or disables the exposure block. More... | |
float_t | exposureTime [DEVBLK_CDI_MAX_EXPOSURES] |
Holds exposure time for each active exposure, in seconds. More... | |
NvSiplBool | gainValid |
Holds a flag which enables or disables the sensor gain block. More... | |
float_t | sensorGain [DEVBLK_CDI_MAX_EXPOSURES] |
Holds sensor a gain value for each active gain. More... | |
float_t DevBlkCDIExposure::exposureTime[DEVBLK_CDI_MAX_EXPOSURES] |
Holds exposure time for each active exposure, in seconds.
The array has DevBlkCDIEmbeddedDataInfo::numExposures elements. Supports exposures times for up to DEVBLK_CDI_MAX_EXPOSURES Valid Range: [0.0, 100.0]
Definition at line 268 of file NvSIPLCDICommon.h.
NvSiplBool DevBlkCDIExposure::expTimeValid |
Holds a flag which enables or disables the exposure block.
Definition at line 260 of file NvSIPLCDICommon.h.
NvSiplBool DevBlkCDIExposure::gainValid |
Holds a flag which enables or disables the sensor gain block.
Definition at line 273 of file NvSIPLCDICommon.h.
float_t DevBlkCDIExposure::sensorGain[DEVBLK_CDI_MAX_EXPOSURES] |
Holds sensor a gain value for each active gain.
The array has DevBlkCDIEmbeddedDataInfo::numExposures elements. Supports gains for up to DEVBLK_CDI_MAX_EXPOSURES Valid Range: [ 0.0, 1000.0].
Definition at line 281 of file NvSIPLCDICommon.h.