16# ifdef COMPILING_DLL_SimulatedRealityCameras
17# define DIMENCOSR_API __declspec(dllexport)
19# define DIMENCOSR_API __declspec(dllimport)
Class of Sense dealing with video data.
Definition: camera.h:71
Class containing an image recorded by a Camera.
Definition: videoframe.h:50
Interface for listening to SR_videoFrame updates.
Definition: videolistener.h:31
Stream of SR_videoFrame objects.
Definition: videostream.h:36
void stopListening()
Stop listening and notify sense to stop sending new frames. (Called by listener)
void close()
Close the stream. (Called by sense)
VideoStream(Camera *sense, VideoListener *listener)
Construct a new VideoStream.
void update(Frame frame)
Send new frame to listener.
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25
#define DIMENCOSR_API
Definition: videostream.h:22