OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Imaging interface (C++)

Sending image reports from a device in your plugin. More...

Classes

class  osvr::pluginkit::ImagingMessage
 A class wrapping a cv::Mat representing a frame, as well as the sensor ID it corresponds to. Pass to osvr::pluginkit::DeviceToken::send() along with your osvr::pluginkit::ImagingInterface. More...
 
class  osvr::pluginkit::ImagingInterface
 A class wrapping an imaging interface for a device. More...
 

Detailed Description

Sending image reports from a device in your plugin.