NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DevBlkCDIExposure Struct Reference

Detailed Description

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...
 

Field Documentation

◆ exposureTime

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.

◆ expTimeValid

NvSiplBool DevBlkCDIExposure::expTimeValid

Holds a flag which enables or disables the exposure block.

Definition at line 260 of file NvSIPLCDICommon.h.

◆ gainValid

NvSiplBool DevBlkCDIExposure::gainValid

Holds a flag which enables or disables the sensor gain block.

Definition at line 273 of file NvSIPLCDICommon.h.

◆ sensorGain

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.


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