Parsed frame embedded information.
Definition at line 62 of file NvSIPLControlAutoDef.hpp.
Data Fields | |
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... | |
DevBlkCDITemperature | sensorTempInfo |
Holds the parsed embedded data sensor temperature info for the captured frame. More... | |
uint32_t nvsipl::SiplControlEmbedInfo::numExposures |
Holds the parsed embedded data frame number of exposures info for the captured frame.
Definition at line 67 of file NvSIPLControlAutoDef.hpp.
DevBlkCDIExposure nvsipl::SiplControlEmbedInfo::sensorExpInfo |
Holds the parsed embedded data sensor exposure info for the captured frame.
DevBlkCDIExposure is defined externally in devblk_cdi.h and has four member variables:
Definition at line 76 of file NvSIPLControlAutoDef.hpp.
DevBlkCDITemperature nvsipl::SiplControlEmbedInfo::sensorTempInfo |
Holds the parsed embedded data sensor temperature info for the captured frame.
DevBlkCDITemperature is defined externally in devblk_cdi.h and has three member variables:
Definition at line 91 of file NvSIPLControlAutoDef.hpp.
DevBlkCDIWhiteBalance nvsipl::SiplControlEmbedInfo::sensorWBInfo |
Holds the parsed embedded data sensor white balance info for the captured frame.
DevBlkCDIWhiteBalance is defined externally in devblk_cdi.h and has two member variables:
Definition at line 83 of file NvSIPLControlAutoDef.hpp.