
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... | |
| 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)
| float32_t dwImageSensorStatistics::alpha |
| float32_t dwImageSensorStatistics::analogGain |
| float32_t dwImageSensorStatistics::autoAwbGain[DW_ISP_MAX_COLOR_COMPONENT] |
| float32_t dwImageSensorStatistics::brightnessKey |
| float32_t dwImageSensorStatistics::cct |
| float32_t dwImageSensorStatistics::conversionGain |
| float32_t dwImageSensorStatistics::digitalGain |
| dwExposureDuration dwImageSensorStatistics::exposureDurationUs |
| float32_t dwImageSensorStatistics::exposureTime |
| float64_t dwImageSensorStatistics::luminanceCalibrationMatrix[DW_LUMINANCE_CALIB_MATRIX_SIZE][DW_LUMINANCE_CALIB_MATRIX_SIZE] |
| bool dwImageSensorStatistics::nightMode |
| float32_t dwImageSensorStatistics::rawImageMidTone |
| float32_t dwImageSensorStatistics::sceneBrightness |
| float32_t dwImageSensorStatistics::sceneDynamicRange |
| 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.
| float32_t dwImageSensorStatistics::wbGain[4] |