NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only

Detailed Description

Holds sensor exposure information.

Definition at line 1010 of file nvmedia_isc.h.

Data Fields

NvMediaBool expTimeValid
 Holds a flag which enables or disables the exposure block. More...
 
float_t exposureTime [NVMEDIA_ISC_MAX_EXPOSURES]
 Holds exposure time for each active exposure, in seconds. More...
 
NvMediaBool gainValid
 Holds a flag which enables or disables the sensor gain block. More...
 
float_t sensorGain [NVMEDIA_ISC_MAX_EXPOSURES]
 Holds sensor a gain value for each active gain. More...
 

Field Documentation

◆ exposureTime

float_t NvMediaISCExposure::exposureTime[NVMEDIA_ISC_MAX_EXPOSURES]

Holds exposure time for each active exposure, in seconds.

The array has NvMediaISCSensorAttributes::numActiveExposures elements.

Definition at line 1020 of file nvmedia_isc.h.

◆ expTimeValid

NvMediaBool NvMediaISCExposure::expTimeValid

Holds a flag which enables or disables the exposure block.

Definition at line 1014 of file nvmedia_isc.h.

◆ gainValid

NvMediaBool NvMediaISCExposure::gainValid

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

Definition at line 1025 of file nvmedia_isc.h.

◆ sensorGain

float_t NvMediaISCExposure::sensorGain[NVMEDIA_ISC_MAX_EXPOSURES]

Holds sensor a gain value for each active gain.

The array has NvMediaISCSensorAttributes::numActiveExposures elements.

Definition at line 1031 of file nvmedia_isc.h.


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