11# ifdef COMPILING_DLL_SimulatedRealityHandTrackers
12# define DIMENCOSR_API __declspec(dllexport)
14# define DIMENCOSR_API __declspec(dllimport)
Interface for listening to SR_handPose updates.
Definition: handposelistener.h:34
Stream of SR_handPose objects.
Definition: handposestream.h:31
void update(Frame handPose)
Send new frame to listener.
void stopListening()
Stop listening and notify sense to stop sending new frames. (Called by listener)
HandPoseStream(HandTracker *sense, HandPoseListener *listener)
Construct a new HandPoseStream.
void close()
Close the stream. (Called by sense)
Sense class which provides hand tracking functionality to the SR system.
Definition: handtracker.h:41
#define DIMENCOSR_API
Definition: handposestream.h:17
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20
C-compatible struct containing the pose of a hand.
Definition: handpose.h:119