NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

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

Detailed Description

Holds a handle representing an image group.

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

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 110 of file nvmedia_image.h.

NvMediaImage* NvMediaImageGroup::imageList[NVMEDIA_MAX_IMAGE_GROUP_SIZE]

Holds a list of NvMedia images in the group.

Definition at line 102 of file nvmedia_image.h.

uint32_t NvMediaImageGroup::numImages

Holds the number of NvMedia images in the group.

Definition at line 104 of file nvmedia_image.h.

void* NvMediaImageGroup::tag

Holds a tag for use by the application.

NvMedia does not change the value of this member.

Definition at line 107 of file nvmedia_image.h.


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