NVIDIA DRIVE OS Linux SDK API Reference

5.1.6.0 Release

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

Detailed Description

Holds the sensor report frame report structure.

Definition at line 1234 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

NvMediaBool NvMediaISCFrameReport::frameReportValid

Holds a flag which enables or disables frame report block.

Definition at line 1238 of file nvmedia_isc.h.

uint8_t NvMediaISCFrameReport::numBytes

Holds the number of active frame report bytes.

Range is [1, NVMEDIA_ISC_MAX_FRAME_REPORT_BYTES].

Definition at line 1244 of file nvmedia_isc.h.

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 1250 of file nvmedia_isc.h.


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