Defines the metadata associated with the image.
Definition at line 60 of file NvSIPLClient.hpp.

Data Fields | |
| std::uint64_t | frameCaptureTSC |
| Holds the TSC timestamp of the frame capture. More... | |
| std::uint32_t | numExposures |
| Holds the parsed embedded data frame number of exposures info for the captured frame. More... | |
| DevBlkCDIExposure | sensorExpInfo |
| Holds the parsed embedded data sensor exposure info for the captured frame. More... | |
| DevBlkCDIWhiteBalance | sensorWBInfo |
| Holds the parsed embedded data sensor white balance info for the captured frame. More... | |
| DevBlkCDIPWL | sensorPWLInfo |
| Holds the parsed embedded data sensor PWL info for the captured frame. More... | |
| DevBlkCDICRC | sensorCRCInfo |
| Holds the parsed embedded data sensor crc info for the captured frame. More... | |
| DevBlkCDIFrameReport | sensorReportInfo |
| Holds the parsed embedded data frame report info for the captured frame. More... | |
| DevBlkCDITemperature | sensorTempInfo |
| Holds the parsed embedded data sensor temperature info for the captured frame. More... | |
| DevBlkCDIFrameSeqNum | frameSeqNumInfo |
| Holds the parsed embedded data frame sequence number info for the captured frame. 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... | |
| NvMediaISPBadPixelStatsData nvsipl::INvSIPLClient::ImageMetaData::badPixelStats |
Holds the ISP bad pixel statistics for the previous ISP output frame.
Definition at line 83 of file NvSIPLClient.hpp.
| bool nvsipl::INvSIPLClient::ImageMetaData::badPixelStatsValid |
Holds a flag indicating if the ISP bad pixel statistics are valid.
Definition at line 81 of file NvSIPLClient.hpp.
| std::uint64_t nvsipl::INvSIPLClient::ImageMetaData::frameCaptureTSC |
Holds the TSC timestamp of the frame capture.
Definition at line 63 of file NvSIPLClient.hpp.
| DevBlkCDIFrameSeqNum nvsipl::INvSIPLClient::ImageMetaData::frameSeqNumInfo |
Holds the parsed embedded data frame sequence number info for the captured frame.
Definition at line 79 of file NvSIPLClient.hpp.
| std::uint32_t nvsipl::INvSIPLClient::ImageMetaData::numExposures |
Holds the parsed embedded data frame number of exposures info for the captured frame.
Definition at line 65 of file NvSIPLClient.hpp.
| DevBlkCDICRC nvsipl::INvSIPLClient::ImageMetaData::sensorCRCInfo |
Holds the parsed embedded data sensor crc info for the captured frame.
Definition at line 73 of file NvSIPLClient.hpp.
| DevBlkCDIExposure nvsipl::INvSIPLClient::ImageMetaData::sensorExpInfo |
Holds the parsed embedded data sensor exposure info for the captured frame.
Definition at line 67 of file NvSIPLClient.hpp.
| DevBlkCDIPWL nvsipl::INvSIPLClient::ImageMetaData::sensorPWLInfo |
Holds the parsed embedded data sensor PWL info for the captured frame.
Definition at line 71 of file NvSIPLClient.hpp.
| DevBlkCDIFrameReport nvsipl::INvSIPLClient::ImageMetaData::sensorReportInfo |
Holds the parsed embedded data frame report info for the captured frame.
Definition at line 75 of file NvSIPLClient.hpp.
| DevBlkCDITemperature nvsipl::INvSIPLClient::ImageMetaData::sensorTempInfo |
Holds the parsed embedded data sensor temperature info for the captured frame.
Definition at line 77 of file NvSIPLClient.hpp.
| DevBlkCDIWhiteBalance nvsipl::INvSIPLClient::ImageMetaData::sensorWBInfo |
Holds the parsed embedded data sensor white balance info for the captured frame.
Definition at line 69 of file NvSIPLClient.hpp.