|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Defines the metadata associated with the image.
Definition at line 54 of file NvSIPLClient.hpp.
Data Fields | |
| std::uint64_t | frameCaptureTSC |
| Holds the TSC timestamp of the frame capture. More... | |
| 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 57 of file NvSIPLClient.hpp.
| NvMediaISCFrameSeqNum nvsipl::INvSIPLClient::ImageMetaData::frameSeqNumInfo |
Holds parsed embedded data frame sequence number info for the captured frame.
Definition at line 73 of file NvSIPLClient.hpp.
| uint32_t nvsipl::INvSIPLClient::ImageMetaData::numExposures |
Holds the parsed embedded data frame number of exposures info for the captured frame.
Definition at line 59 of file NvSIPLClient.hpp.
| NvMediaISCCRC nvsipl::INvSIPLClient::ImageMetaData::sensorCRCInfo |
Holds the parsed embedded data sensor crc info for the captured frame.
Definition at line 67 of file NvSIPLClient.hpp.
| NvMediaISCExposure nvsipl::INvSIPLClient::ImageMetaData::sensorExpInfo |
Holds the parsed embedded data sensor exposure info for the captured frame.
Definition at line 61 of file NvSIPLClient.hpp.
| NvMediaISCPWL nvsipl::INvSIPLClient::ImageMetaData::sensorPWLInfo |
Holds the parsed embedded data sensor PWL info for the captured frame.
Definition at line 65 of file NvSIPLClient.hpp.
| NvMediaISCFrameReport nvsipl::INvSIPLClient::ImageMetaData::sensorReportInfo |
Holds the parsed embedded data frame report info for the captured frame.
Definition at line 69 of file NvSIPLClient.hpp.
| NvMediaISCTemperature nvsipl::INvSIPLClient::ImageMetaData::sensorTempInfo |
Holds the parsed embedded data sensor temperature info for the captured frame.
Definition at line 71 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 63 of file NvSIPLClient.hpp.