OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::clientkit::ImagingReport Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: