![]() |
HoviTron Video Pipeline
|
Export info for images of a stream. More...
#include <HvtStreamingAPI.h>
Data Fields | |
uint32_t | streamIndex |
HvtBool32 | depth |
HvtImageMemoryType | memoryType |
uint32_t | imagesCount |
HvtStreamImageMemoryInfo * | pImages |
Export info for images of a stream.
Definition at line 351 of file AcqKiRT/include/HvtStreamingAPI.h.
HvtBool32 HvtStreamImagesExportInfo::depth |
Wheter the images are for depth
Definition at line 354 of file AcqKiRT/include/HvtStreamingAPI.h.
uint32_t HvtStreamImagesExportInfo::imagesCount |
Count of images
Definition at line 356 of file AcqKiRT/include/HvtStreamingAPI.h.
HvtImageMemoryType HvtStreamImagesExportInfo::memoryType |
Memory type of the underlying images
Definition at line 355 of file AcqKiRT/include/HvtStreamingAPI.h.
HvtStreamImageMemoryInfo * HvtStreamImagesExportInfo::pImages |
Array of opaque handles to the images memory storages
Definition at line 357 of file AcqKiRT/include/HvtStreamingAPI.h.
uint32_t HvtStreamImagesExportInfo::streamIndex |
Index of the stream to export images to
Definition at line 353 of file AcqKiRT/include/HvtStreamingAPI.h.