NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaISCEmbeddedDataInfo Struct Reference

Detailed Description

Holds the sensor embedded data parsed info structure.

The sensor driver can selectively activate or deactivate any of the parsed info blocks, depending on whether the sensor supports it.

To activate a sensor info block, the sensor driver must set the info block's valid flag to TRUE and populate the parsed information corresponding to the block. To disable a sensor info block, it must set the valid flag to FALSE.

For example, if a sensor supports only exposure, white balance and CRC info, the sensor driver activates only the sensorExpInfo, sensorWBInfo, and sensorCRCInfo blocks (it sets their valid flags to TRUE) and disables all of the others (it sets their valid flags to FALSE).

Definition at line 1257 of file nvmedia_isc.h.

Collaboration diagram for NvMediaISCEmbeddedDataInfo:

Data Fields

uint32_t numExposures
 Holds the parsed embedded data frame number of exposures 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

NvMediaISCFrameSeqNum NvMediaISCEmbeddedDataInfo::frameSeqNumInfo

Holds parsed embedded data frame sequence number info for the captured frame.

Definition at line 1301 of file nvmedia_isc.h.

uint32_t NvMediaISCEmbeddedDataInfo::numExposures

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

Definition at line 1262 of file nvmedia_isc.h.

NvMediaISCCRC NvMediaISCEmbeddedDataInfo::sensorCRCInfo

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

Definition at line 1284 of file nvmedia_isc.h.

NvMediaISCExposure NvMediaISCEmbeddedDataInfo::sensorExpInfo

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

Definition at line 1268 of file nvmedia_isc.h.

NvMediaISCPWL NvMediaISCEmbeddedDataInfo::sensorPWLInfo

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

Definition at line 1279 of file nvmedia_isc.h.

NvMediaISCFrameReport NvMediaISCEmbeddedDataInfo::sensorReportInfo

Holds the parsed embedded data frame report info for the captured frame.

Definition at line 1289 of file nvmedia_isc.h.

NvMediaISCTemperature NvMediaISCEmbeddedDataInfo::sensorTempInfo

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

Definition at line 1295 of file nvmedia_isc.h.

NvMediaISCWhiteBalance NvMediaISCEmbeddedDataInfo::sensorWBInfo

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

Definition at line 1274 of file nvmedia_isc.h.


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