Defines the metadata associated with the image.
Definition at line 59 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... | |
| NvMediaISCExposure | sensorExpInfo |
| Holds the parsed embedded data sensor exposure info for the captured frame. More... | |
| NvMediaISCWhiteBalance | sensorWBInfo |
| Holds the parsed embedded data sensor white balance info for the captured frame. More... | |
| NvMediaISCPWL | sensorPWLInfo |
| Holds the parsed embedded data sensor PWL info for the captured frame. More... | |
| NvMediaISCCRC | sensorCRCInfo |
| Holds the parsed embedded data sensor crc info for the captured frame. More... | |
| NvMediaISCFrameReport | sensorReportInfo |
| Holds the parsed embedded data frame report info for the captured frame. More... | |
| NvMediaISCTemperature | sensorTempInfo |
| Holds the parsed embedded data sensor temperature info for the captured frame. More... | |
| NvMediaISCFrameSeqNum | frameSeqNumInfo |
| Holds parsed embedded data frame sequence number info for the captured frame. More... | |
| std::uint64_t nvsipl::INvSIPLClient::ImageMetaData::frameCaptureTSC |
Holds the TSC timestamp of the frame capture.
Definition at line 62 of file NvSIPLClient.hpp.
| NvMediaISCFrameSeqNum nvsipl::INvSIPLClient::ImageMetaData::frameSeqNumInfo |
Holds parsed embedded data frame sequence number info for the captured frame.
Definition at line 78 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 64 of file NvSIPLClient.hpp.
| NvMediaISCCRC nvsipl::INvSIPLClient::ImageMetaData::sensorCRCInfo |
Holds the parsed embedded data sensor crc info for the captured frame.
Definition at line 72 of file NvSIPLClient.hpp.
| NvMediaISCExposure nvsipl::INvSIPLClient::ImageMetaData::sensorExpInfo |
Holds the parsed embedded data sensor exposure info for the captured frame.
Definition at line 66 of file NvSIPLClient.hpp.
| NvMediaISCPWL nvsipl::INvSIPLClient::ImageMetaData::sensorPWLInfo |
Holds the parsed embedded data sensor PWL info for the captured frame.
Definition at line 70 of file NvSIPLClient.hpp.
| NvMediaISCFrameReport nvsipl::INvSIPLClient::ImageMetaData::sensorReportInfo |
Holds the parsed embedded data frame report info for the captured frame.
Definition at line 74 of file NvSIPLClient.hpp.
| NvMediaISCTemperature nvsipl::INvSIPLClient::ImageMetaData::sensorTempInfo |
Holds the parsed embedded data sensor temperature info for the captured frame.
Definition at line 76 of file NvSIPLClient.hpp.
| NvMediaISCWhiteBalance nvsipl::INvSIPLClient::ImageMetaData::sensorWBInfo |
Holds the parsed embedded data sensor white balance info for the captured frame.
Definition at line 68 of file NvSIPLClient.hpp.