NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwImageCUDA Struct Reference

Detailed Description

Defines a CUDA image.

Definition at line 508 of file Image.h.

Collaboration diagram for dwImageCUDA:

Data Fields

dwImageProperties prop
 Defines the properties of the image. More...
 
size_t pitch [DW_MAX_IMAGE_PLANES]
 Defines the pitch of each plane in bytes. More...
 
voiddptr [DW_MAX_IMAGE_PLANES]
 Holds the pointer to the image planes. More...
 
cudaArray_t array [DW_MAX_IMAGE_PLANES]
 Holds the CUDA image plane 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

◆ array

cudaArray_t dwImageCUDA::array[DW_MAX_IMAGE_PLANES]

Holds the CUDA image plane data.

Definition at line 517 of file Image.h.

◆ dptr

void* dwImageCUDA::dptr[DW_MAX_IMAGE_PLANES]

Holds the pointer to the image planes.

Definition at line 515 of file Image.h.

◆ pitch

size_t dwImageCUDA::pitch[DW_MAX_IMAGE_PLANES]

Defines the pitch of each plane in bytes.

Definition at line 513 of file Image.h.

◆ prop

dwImageProperties dwImageCUDA::prop

Defines the properties of the image.

Definition at line 511 of file Image.h.

◆ timestamp_us

dwTime_t dwImageCUDA::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 520 of file Image.h.


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