NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwImageCPU Struct Reference

Detailed Description

Defines a CPU-based image.

Definition at line 494 of file Image.h.

Collaboration diagram for dwImageCPU:

Data Fields

dwImageProperties prop
 Specifies the properites of the image. More...
 
size_t pitch [DW_MAX_IMAGE_PLANES]
 Specifies the pitch of the image in bytes. More...
 
voiddata [DW_MAX_IMAGE_PLANES]
 Specifies the raw image data. More...
 
dwTime_t timestamp_us
 Specifies the time in microseconds from system time epoch, when the image content was updated (ie EOF GMSL acquisition, USB camera processed frame, copied over from converted image etc...) More...
 

Field Documentation

◆ data

void* dwImageCPU::data[DW_MAX_IMAGE_PLANES]

Specifies the raw image data.

Definition at line 501 of file Image.h.

◆ pitch

size_t dwImageCPU::pitch[DW_MAX_IMAGE_PLANES]

Specifies the pitch of the image in bytes.

Definition at line 499 of file Image.h.

◆ prop

dwImageProperties dwImageCPU::prop

Specifies the properites of the image.

Definition at line 497 of file Image.h.

◆ timestamp_us

dwTime_t dwImageCPU::timestamp_us

Specifies the time in microseconds from system time epoch, when the image content was updated (ie EOF GMSL acquisition, USB camera processed frame, copied over from converted image etc...)

Definition at line 504 of file Image.h.


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