OSVR-Core
Public Attributes | List of all members
osvr::clientkit::ImagingReport Struct Reference

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...
 

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.

Member Data Documentation

§ buffer

ImageBufferPtr osvr::clientkit::ImagingReport::buffer

A shared pointer with custom deleter that owns the underlying image data buffer for the frame.


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