OSVR-Core
|
The user-friendly imaging report. More...
#include <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. More... | |
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.
ImageBufferPtr osvr::clientkit::ImagingReport::buffer |
A shared pointer with custom deleter that owns the underlying image data buffer for the frame.