![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the flicker band statistics measurement for isp version 5.
Definition at line 816 of file nvmedia_isp.h.
Data Fields | |
uint32_t | numWindows |
Holds the number of flicker band windows. More... | |
float_t | luminance [NVMEDIA_ISP5_FB_WINDOWS] |
Holds a pointer to the array of the average luminance value of the samples. More... | |
float_t NvMediaISPStatsFlickerBandMeasurementV5::luminance[NVMEDIA_ISP5_FB_WINDOWS] |
Holds a pointer to the array of the average luminance value of the samples.
Data could be negative
Definition at line 828 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsFlickerBandMeasurementV5::numWindows |
Holds the number of flicker band windows.
numWindows is the size of the array that luminance points to.
Definition at line 823 of file nvmedia_isp.h.