NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwImageDataLines Struct Reference

Detailed Description

Container for data lines from the camera.

Definition at line 195 of file Image.h.

Collaboration diagram for dwImageDataLines:

Data Fields

uint32_t bytesPerLine
 Number of bytes for each line. More...
 
dwVector2ui embeddedDataSize
 this defines the number of rows before and after the image More...
 
uint8_t * topLineData
 pointer to the beginning of top lines More...
 
uint8_t * bottomLineData
 pointer to the beginning of bottom lines More...
 

Field Documentation

◆ bottomLineData

uint8_t* dwImageDataLines::bottomLineData

pointer to the beginning of bottom lines

Definition at line 206 of file Image.h.

◆ bytesPerLine

uint32_t dwImageDataLines::bytesPerLine

Number of bytes for each line.

Definition at line 198 of file Image.h.

◆ embeddedDataSize

dwVector2ui dwImageDataLines::embeddedDataSize

this defines the number of rows before and after the image

Definition at line 201 of file Image.h.

◆ topLineData

uint8_t* dwImageDataLines::topLineData

pointer to the beginning of top lines

Definition at line 204 of file Image.h.


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