NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
nvsipl::INvSIPLClient::ImageMetaData Struct Reference

Detailed Description

Defines the metadata associated with the image.

Definition at line 59 of file NvSIPLClient.hpp.

Collaboration diagram for nvsipl::INvSIPLClient::ImageMetaData:

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...
 

Field Documentation

◆ frameCaptureTSC

std::uint64_t nvsipl::INvSIPLClient::ImageMetaData::frameCaptureTSC

Holds the TSC timestamp of the frame capture.

Definition at line 62 of file NvSIPLClient.hpp.

◆ frameSeqNumInfo

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.

◆ numExposures

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.

◆ sensorCRCInfo

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.

◆ sensorExpInfo

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.

◆ sensorPWLInfo

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.

◆ sensorReportInfo

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.

◆ sensorTempInfo

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.

◆ sensorWBInfo

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.


The documentation for this struct was generated from the following file: