NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwImageSensorStatistics Struct Reference

Detailed Description

Sensor statistics associated with the image.

Definition at line 290 of file Image.h.

Collaboration diagram for dwImageSensorStatistics:

Public Member Functions

float64_t luminanceCalibrationFactor DW_DEPRECATED ("This structure variable is deprecated and will be removed in the next major release. Please use the new variable in luminanceCalibrationMatrix in this struct")
 (note: parameter to be deprecated starting 6.0.7.0) Holds a luminance calibration factor ( K / f^2 ) for luminance calibrated sensors. More...
 

Data Fields

dwExposureDuration exposureDurationUs
 Specifies the exposure duration (microsecond) More...
 
float32_t exposureTime
 Specifies the exposure time (microsecond) This variable is deprecated and will be removed in the next major release. More...
 
float32_t analogGain
 Specifies the analog Gain (scalar value) More...
 
float32_t conversionGain
 Specifies the conversion Gain (scalar value) More...
 
float32_t digitalGain
 Specifies the digital Gain (scalar value) More...
 
float32_t wbGain [4]
 Specifies the sensor white balance gains : R(0) G1(1) G2(2) B(3) (scalar value) More...
 
float32_t alpha
 Holds power factor for isp statistics compression. Valid range: [0.5, 1.0] (scalar value) More...
 
float64_t luminanceCalibrationMatrix [DW_LUMINANCE_CALIB_MATRIX_SIZE][DW_LUMINANCE_CALIB_MATRIX_SIZE]
 Holds the luminance calibration matrix for the sensor. More...
 
float32_t autoAwbGain [DW_ISP_MAX_COLOR_COMPONENT]
 Holds the total white balance gains, which includes both sensor channel and ISP gains. (scalar value) More...
 
float32_t cct
 Holds the correlated color temperature. (scalar value) More...
 
float32_t brightnessKey
 Holds the scene brightness key. (scalar value) More...
 
float32_t sceneDynamicRange
 Holds the scene dynamic range. (scalar value) More...
 
float32_t sceneBrightness
 Holds the scene brightness level. (scalar value) More...
 
float32_t rawImageMidTone
 Holds the midtone value of the raw image. (scalar value) More...
 
dwSensorTemperature sensorTemperature
 Holds the values of active sensor temperatures in degrees Celsius. More...
 
bool nightMode
 Holds day-night mode (true: Night mode, false: Day mode) More...
 

Member Function Documentation

◆ DW_DEPRECATED()

float64_t luminanceCalibrationFactor dwImageSensorStatistics::DW_DEPRECATED ( "This structure variable is deprecated and will be removed in the next major release. Please use the new variable in luminanceCalibrationMatrix in this struct"  )

(note: parameter to be deprecated starting 6.0.7.0) Holds a luminance calibration factor ( K / f^2 ) for luminance calibrated sensors.

Definition:

N = K * (t*S / (f^2)) * L N: pixel value (e.g. RGGB channel average value) K: calibration constant t: sensor exposure time in seconds (if number of exposures > 1, use long exposure time value) S: sensor gain (if number of exposures > 1, use long exposure gain value) f: aperture number (f-stop) L: Luminance

Let luminanceCalibrationFactor = K / (f^2) = N / (t*S*L)

Field Documentation

◆ alpha

float32_t dwImageSensorStatistics::alpha

Holds power factor for isp statistics compression. Valid range: [0.5, 1.0] (scalar value)

Definition at line 312 of file Image.h.

◆ analogGain

float32_t dwImageSensorStatistics::analogGain

Specifies the analog Gain (scalar value)

Definition at line 300 of file Image.h.

◆ autoAwbGain

float32_t dwImageSensorStatistics::autoAwbGain[DW_ISP_MAX_COLOR_COMPONENT]

Holds the total white balance gains, which includes both sensor channel and ISP gains. (scalar value)

Definition at line 339 of file Image.h.

◆ brightnessKey

float32_t dwImageSensorStatistics::brightnessKey

Holds the scene brightness key. (scalar value)

Definition at line 345 of file Image.h.

◆ cct

float32_t dwImageSensorStatistics::cct

Holds the correlated color temperature. (scalar value)

Definition at line 342 of file Image.h.

◆ conversionGain

float32_t dwImageSensorStatistics::conversionGain

Specifies the conversion Gain (scalar value)

Definition at line 303 of file Image.h.

◆ digitalGain

float32_t dwImageSensorStatistics::digitalGain

Specifies the digital Gain (scalar value)

Definition at line 306 of file Image.h.

◆ exposureDurationUs

dwExposureDuration dwImageSensorStatistics::exposureDurationUs

Specifies the exposure duration (microsecond)

Definition at line 293 of file Image.h.

◆ exposureTime

float32_t dwImageSensorStatistics::exposureTime

Specifies the exposure time (microsecond) This variable is deprecated and will be removed in the next major release.

Please use exposureDurationUs in this struct

Definition at line 297 of file Image.h.

◆ luminanceCalibrationMatrix

float64_t dwImageSensorStatistics::luminanceCalibrationMatrix[DW_LUMINANCE_CALIB_MATRIX_SIZE][DW_LUMINANCE_CALIB_MATRIX_SIZE]

Holds the luminance calibration matrix for the sensor.

(scalar value)

  • Supported values [1E-12, 1E12]

Definition at line 336 of file Image.h.

◆ nightMode

bool dwImageSensorStatistics::nightMode

Holds day-night mode (true: Night mode, false: Day mode)

Definition at line 362 of file Image.h.

◆ rawImageMidTone

float32_t dwImageSensorStatistics::rawImageMidTone

Holds the midtone value of the raw image. (scalar value)

Definition at line 354 of file Image.h.

◆ sceneBrightness

float32_t dwImageSensorStatistics::sceneBrightness

Holds the scene brightness level. (scalar value)

Definition at line 351 of file Image.h.

◆ sceneDynamicRange

float32_t dwImageSensorStatistics::sceneDynamicRange

Holds the scene dynamic range. (scalar value)

Definition at line 348 of file Image.h.

◆ sensorTemperature

dwSensorTemperature dwImageSensorStatistics::sensorTemperature

Holds the values of active sensor temperatures in degrees Celsius.

Valid only if DW_IMAGE_FLAGS_SENSOR_TEMPERATURE is enabled. Indexes are in the range [0, numTemperatures - 1]. These values are obtained from the mapped registers of image sensor by NvSIPL and the detailed implemetation is depending on the camera module and camera driver.

Definition at line 359 of file Image.h.

◆ wbGain

float32_t dwImageSensorStatistics::wbGain[4]

Specifies the sensor white balance gains : R(0) G1(1) G2(2) B(3) (scalar value)

Definition at line 309 of file Image.h.


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