![]() |
HoviTron Video Pipeline
|
Parameters for query of the current frames infos. More...
#include <HvtStreamingAPI.h>
Data Fields | |
HvtExtrinsics | viewerExtrinsics |
uint32_t | frameInfoCount |
HvtStreamFrameInfo * | pStreamFrameInfos |
HvtSemaphore | signalSemaphore |
Parameters for query of the current frames infos.
Definition at line 396 of file AcqKiRT/include/HvtStreamingAPI.h.
uint32_t HvtAcquireStreamFramesInfo::frameInfoCount |
size of the output frameinfo buffer, must be the same as the number of streams received with hvtEnumerateStreamsParameters}
Definition at line 399 of file AcqKiRT/include/HvtStreamingAPI.h.
HvtStreamFrameInfo * HvtAcquireStreamFramesInfo::pStreamFrameInfos |
output buffer to fill with the frame info
Definition at line 400 of file AcqKiRT/include/HvtStreamingAPI.h.
HvtSemaphore HvtAcquireStreamFramesInfo::signalSemaphore |
Semaphore that will be signaled from the server when the acquired images are ready for reading
Definition at line 401 of file AcqKiRT/include/HvtStreamingAPI.h.
HvtExtrinsics HvtAcquireStreamFramesInfo::viewerExtrinsics |
current pose of the viewer, stream server may decide which view to put inside each stream taking this information in account
Definition at line 398 of file AcqKiRT/include/HvtStreamingAPI.h.