OSVR-Core
|
A class wrapping an imaging interface for a device. More...
#include <ImagingInterface.h>
Public Member Functions | |
ImagingInterface (OSVR_ImagingDeviceInterface iface=NULL) | |
Default constructor or constructor from an existing OSVR_ImagingDeviceInterface (assumed to be registered with an OSVR_DeviceInitOptions already) | |
ImagingInterface (OSVR_DeviceInitOptions opts, OSVR_ChannelCount numSensors=1) | |
Constructor that registers an imaging interface with the device init options object. More... | |
void | send (DeviceToken &dev, ImagingMessage const &message, OSVR_TimeValue const ×tamp) |
Send method - usually called by osvr::pluginkit::DeviceToken::send() | |
A class wrapping an imaging interface for a device.
|
inlineexplicit |
Constructor that registers an imaging interface with the device init options object.