LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
|
Interface for listening to SR_headPose updates This interface is supported from Eye Tracker version 1.5.4. More...
#include <headposelistener.h>
Public Member Functions | |
virtual void | accept (const SR_headPose &frame)=0 |
Accept an SR_headPose frame. More... | |
Interface for listening to SR_headPose updates This interface is supported from Eye Tracker version 1.5.4.
|
pure virtual |
Accept an SR_headPose frame.
frame | represents a new SR_headPose update |
This function is called from an HeadPoseStream. Updates will be frequent, but the next update will only be receivable once accept has returned control to the stream.