Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Member Functions | List of all members
SR::HandPoseListener Class Referenceabstract

Interface for listening to SR_handPose updates. More...

#include <handposelistener.h>

Public Member Functions

virtual void accept (const SR_handPose &handPose)=0
 Accept an SR_handPose frame. More...
 

Detailed Description

Interface for listening to SR_handPose updates.

Member Function Documentation

◆ accept()

virtual void SR::HandPoseListener::accept ( const SR_handPose handPose)
pure virtual

Accept an SR_handPose frame.

Parameters
handPoserepresents a new SR_handPose update

This function is called from a HandPoseStream. Updates will be frequent, but the next update will only be receivable once accept has returned control to the stream.


The documentation for this class was generated from the following file: