Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
Interface for listening to SR_eyePair updates. More...
#include <eyepairlistener.h>
Public Member Functions | |
virtual void | accept (const SR_eyePair &frame)=0 |
Accept an SR_eyePair frame. More... | |
Interface for listening to SR_eyePair updates.
|
pure virtual |
Accept an SR_eyePair frame.
frame | represents a new SR_eyePair update |
This function is called from an EyePairStream. Updates will be frequent, but the next update will only be receivable once accept has returned control to the stream.
Implemented in SR::PredictingEyeTracker, and SR::PredictingWeaverTracker.