16# ifdef COMPILING_DLL_SimulatedRealityFaceTrackers
17# define DIMENCOSR_API __declspec(dllexport)
19# define DIMENCOSR_API __declspec(dllimport)
44#pragma warning(suppress: 4251)
45 std::unique_ptr<Impl> pimpl;
Interface for listening to SR_headPose updates This interface is supported from Eye Tracker version 1...
Definition: headposelistener.h:21
Stream of SR_headPose objects.
Definition: headposestream.h:36
void close()
Close the stream. (Called by sense)
void update(Frame &frame)
Send new frame to listener.
HeadPoseStream(HeadPoseTracker *sense, HeadPoseListener *listener)
Construct a new HeadPoseStream.
void stopListening()
Stop listening and notify sense to stop sending new frames. (Called by listener)
Sense class which provides head pose tracking functionality to the SR system.
Definition: headposetracker.h:36
#define DIMENCOSR_API
Definition: headposestream.h:22
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25