NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvMediaISCFrameReport Struct Reference

Detailed Description

Holds the sensor report frame report structure.

Definition at line 1062 of file nvmedia_isc.h.

Data Fields

NvMediaBool frameReportValid
 Holds a flag which enables or disables frame report block. More...
 
uint8_t numBytes
 Holds the number of active frame report bytes. More...
 
uint8_t sensorframeReport [NVMEDIA_ISC_MAX_FRAME_REPORT_BYTES]
 Holds the values of active frame report bytes. More...
 

Field Documentation

◆ frameReportValid

NvMediaBool NvMediaISCFrameReport::frameReportValid

Holds a flag which enables or disables frame report block.

Definition at line 1066 of file nvmedia_isc.h.

◆ numBytes

uint8_t NvMediaISCFrameReport::numBytes

Holds the number of active frame report bytes.

Range is [1, NVMEDIA_ISC_MAX_FRAME_REPORT_BYTES].

Definition at line 1072 of file nvmedia_isc.h.

◆ sensorframeReport

uint8_t NvMediaISCFrameReport::sensorframeReport[NVMEDIA_ISC_MAX_FRAME_REPORT_BYTES]

Holds the values of active frame report bytes.

Array indexes must be in the range [0, (numBytes-1)].

Definition at line 1078 of file nvmedia_isc.h.


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