NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::SiplControlEmbedInfo Struct Reference

Detailed Description

Parsed frame embedded information.

Definition at line 75 of file NvSiplControlAutoDef.hpp.

Collaboration diagram for nvsipl::SiplControlEmbedInfo:

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, this variable is not supported in SIPL Control Auto. More...
 
DevBlkCDIIllumination illuminationInfo
 Holds the parsed embedded data for IR emitter status (ON or OFF) for RGB-IR sensors. More...
 

Field Documentation

◆ illuminationInfo

DevBlkCDIIllumination nvsipl::SiplControlEmbedInfo::illuminationInfo

Holds the parsed embedded data for IR emitter status (ON or OFF) for RGB-IR sensors.

Definition at line 97 of file NvSiplControlAutoDef.hpp.

◆ numExposures

uint32_t nvsipl::SiplControlEmbedInfo::numExposures

Holds the parsed embedded data frame number of exposures info for the captured frame.

Valid Range: [1, DEVBLK_CDI_MAX_EXPOSURES]

Definition at line 80 of file NvSiplControlAutoDef.hpp.

◆ sensorExpInfo

DevBlkCDIExposure nvsipl::SiplControlEmbedInfo::sensorExpInfo

Holds the parsed embedded data sensor exposure info for the captured frame.

Definition at line 84 of file NvSiplControlAutoDef.hpp.

◆ sensorTempInfo

DevBlkCDITemperature nvsipl::SiplControlEmbedInfo::sensorTempInfo

Holds the parsed embedded data sensor temperature info for the captured frame, this variable is not supported in SIPL Control Auto.

Definition at line 93 of file NvSiplControlAutoDef.hpp.

◆ sensorWBInfo

DevBlkCDIWhiteBalance nvsipl::SiplControlEmbedInfo::sensorWBInfo

Holds the parsed embedded data sensor white balance info for the captured frame.

Definition at line 88 of file NvSiplControlAutoDef.hpp.


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