Definition at line 80 of file ImageSipl.h.

Data Fields | |
| uint32_t | numExposures |
| Holds the number of the exposures. More... | |
| DevBlkCDIExposure | sensorExpInfo |
| Holds sensor exposure info including exposure times and gains. More... | |
| DevBlkCDIWhiteBalance | sensorWBInfo |
| Holds the sensor white balance info. More... | |
| DevBlkCDIIllumination | illuminationInfo |
| Holds the sensor illumination info. More... | |
| bool | histValid [DW_IMAGE_NUM_ISP_UNITS] |
| Holds a flag indicating if the ISP histogram statistics are valid. More... | |
| NvMediaISPHistogramStatsData | histogramStats [DW_IMAGE_NUM_ISP_UNITS] |
| Holds the ISP histogram statistics. More... | |
| NvMediaISPHistogramStats | histogramSettings [DW_IMAGE_NUM_ISP_UNITS] |
| Holds the ISP histogram settings. More... | |
| bool | badPixelStatsValid |
| Holds a flag indicating if the ISP bad pixel statistics are valid. More... | |
| NvMediaISPBadPixelStatsData | badPixelStats |
| Holds the ISP bad pixel statistics for the previous ISP output frame. More... | |
| NvMediaISPBadPixelStats | badPixelSettings |
| Holds the ISP bad pixel settings for the previous ISP output frame. More... | |
| bool | localAvgClipStatsValid [DW_LUMINANCE_NUM_ISP_UNITS] |
| Holds a flag indicating if the ISP Local Average and Clipped statistics are valid. More... | |
| dwImageNvMediaLuminanceStatsData | localAvgClipStats [DW_LUMINANCE_NUM_ISP_UNITS] |
| Holds the ISP Local Average and Clipped statistics for the previous ISP output frame. More... | |
| NvMediaISPLocalAvgClipStats | localAvgClipSettings [DW_IMAGE_NUM_ISP_UNITS] |
| Holds the ISP Local Average and Clipped settings for the previous ISP output frame. More... | |
| NvMediaISPBadPixelStats dwImageNvSIPLMetadata::badPixelSettings |
Holds the ISP bad pixel settings for the previous ISP output frame.
Definition at line 110 of file ImageSipl.h.
| NvMediaISPBadPixelStatsData dwImageNvSIPLMetadata::badPixelStats |
Holds the ISP bad pixel statistics for the previous ISP output frame.
Definition at line 107 of file ImageSipl.h.
| bool dwImageNvSIPLMetadata::badPixelStatsValid |
Holds a flag indicating if the ISP bad pixel statistics are valid.
Definition at line 104 of file ImageSipl.h.
| NvMediaISPHistogramStats dwImageNvSIPLMetadata::histogramSettings[DW_IMAGE_NUM_ISP_UNITS] |
Holds the ISP histogram settings.
Definition at line 101 of file ImageSipl.h.
| NvMediaISPHistogramStatsData dwImageNvSIPLMetadata::histogramStats[DW_IMAGE_NUM_ISP_UNITS] |
Holds the ISP histogram statistics.
Definition at line 98 of file ImageSipl.h.
| bool dwImageNvSIPLMetadata::histValid[DW_IMAGE_NUM_ISP_UNITS] |
Holds a flag indicating if the ISP histogram statistics are valid.
Definition at line 95 of file ImageSipl.h.
| DevBlkCDIIllumination dwImageNvSIPLMetadata::illuminationInfo |
Holds the sensor illumination info.
Definition at line 92 of file ImageSipl.h.
| NvMediaISPLocalAvgClipStats dwImageNvSIPLMetadata::localAvgClipSettings[DW_IMAGE_NUM_ISP_UNITS] |
Holds the ISP Local Average and Clipped settings for the previous ISP output frame.
Definition at line 120 of file ImageSipl.h.
| dwImageNvMediaLuminanceStatsData dwImageNvSIPLMetadata::localAvgClipStats[DW_LUMINANCE_NUM_ISP_UNITS] |
Holds the ISP Local Average and Clipped statistics for the previous ISP output frame.
Definition at line 117 of file ImageSipl.h.
| bool dwImageNvSIPLMetadata::localAvgClipStatsValid[DW_LUMINANCE_NUM_ISP_UNITS] |
Holds a flag indicating if the ISP Local Average and Clipped statistics are valid.
Definition at line 113 of file ImageSipl.h.
| uint32_t dwImageNvSIPLMetadata::numExposures |
Holds the number of the exposures.
Definition at line 83 of file ImageSipl.h.
| DevBlkCDIExposure dwImageNvSIPLMetadata::sensorExpInfo |
Holds sensor exposure info including exposure times and gains.
Definition at line 86 of file ImageSipl.h.
| DevBlkCDIWhiteBalance dwImageNvSIPLMetadata::sensorWBInfo |
Holds the sensor white balance info.
Definition at line 89 of file ImageSipl.h.