The user-friendly imaging report. Note that passing this around by value is OK (doesn't copy the image), and the easiest way to ensure that the image buffer doesn't get freed before you're done using it. More...
#include <osvr/ClientKit/Imaging_decl.h>
Public Attributes | |
OSVR_ChannelCount | sensor |
The device sensor number this frame came from. | |
OSVR_ImagingMetadata | metadata |
Metadata containing the properties of this frame. | |
ImageBufferPtr | buffer |
A shared pointer with custom deleter that owns the underlying image data buffer for the frame. | |
The user-friendly imaging report. Note that passing this around by value is OK (doesn't copy the image), and the easiest way to ensure that the image buffer doesn't get freed before you're done using it.
Definition at line 52 of file Imaging_decl.h.