Parsed Frame Embedded Info.
Definition at line 60 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... | |
| bool | expProfileValid |
| Exposure profile value is valid or not. More... | |
| uint32_t | expProfile |
| Exposure profile value, such as day and night settings. More... | |
| DevBlkCDITemperature | sensorTempInfo |
| Holds the parsed embedded data sensor temperature info for the captured frame. More... | |
| uint32_t nvsipl::SiplControlEmbedInfo::expProfile |
Exposure profile value, such as day and night settings.
Definition at line 70 of file NvSIPLControlAutoDef.hpp.
| bool nvsipl::SiplControlEmbedInfo::expProfileValid |
Exposure profile value is valid or not.
Definition at line 68 of file NvSIPLControlAutoDef.hpp.
| uint32_t nvsipl::SiplControlEmbedInfo::numExposures |
Holds the parsed embedded data frame number of exposures info for the captured frame.
Definition at line 62 of file NvSIPLControlAutoDef.hpp.
| DevBlkCDIExposure nvsipl::SiplControlEmbedInfo::sensorExpInfo |
Holds the parsed embedded data sensor exposure info for the captured frame.
Definition at line 64 of file NvSIPLControlAutoDef.hpp.
| DevBlkCDITemperature nvsipl::SiplControlEmbedInfo::sensorTempInfo |
Holds the parsed embedded data sensor temperature info for the captured frame.
Definition at line 72 of file NvSIPLControlAutoDef.hpp.
| DevBlkCDIWhiteBalance nvsipl::SiplControlEmbedInfo::sensorWBInfo |
Holds the parsed embedded data sensor white balance info for the captured frame.
Definition at line 66 of file NvSIPLControlAutoDef.hpp.