Holds a handle representing an image group.
Definition at line 115 of file nvmedia_image.h.

Data Fields | |
| NvMediaImage * | imageList [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... | |
| 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.
| 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.
| uint32_t NvMediaImageGroup::numImages |
Holds the number of NvMedia images in the group.
Definition at line 119 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 122 of file nvmedia_image.h.