NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvMediaImageGroup Struct Reference

Detailed Description

Holds a handle representing an image group.

Definition at line 115 of file nvmedia_image.h.

Collaboration diagram for NvMediaImageGroup:

Data Fields

NvMediaImageimageList [NVMEDIA_MAX_IMAGE_GROUP_SIZE]
 Holds a list of NvMedia images in the group. More...
 
uint32_t numImages
 Holds the number of NvMedia images in the group. More...
 
void * tag
 Holds a tag for use by the application. More...
 
uint64_t captureTimeStamp [NVMEDIA_MAX_IMAGE_GROUP_SIZE]
 Holds the VI engine capture timestamp associated with the NvMedia images in the group. More...
 

Field Documentation

◆ captureTimeStamp

uint64_t NvMediaImageGroup::captureTimeStamp[NVMEDIA_MAX_IMAGE_GROUP_SIZE]

Holds the VI engine capture timestamp associated with the NvMedia images in the group.

Definition at line 125 of file nvmedia_image.h.

◆ imageList

NvMediaImage* NvMediaImageGroup::imageList[NVMEDIA_MAX_IMAGE_GROUP_SIZE]

Holds a list of NvMedia images in the group.

Definition at line 117 of file nvmedia_image.h.

◆ numImages

uint32_t NvMediaImageGroup::numImages

Holds the number of NvMedia images in the group.

Definition at line 119 of file nvmedia_image.h.

◆ tag

void* NvMediaImageGroup::tag

Holds a tag for use by the application.

NvMedia does not change the value of this member.

Definition at line 122 of file nvmedia_image.h.


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