Is it possible under the current C/C++ api to synchronously poll data from the EyeX instead of responding from events from the SDK?
I would like to get the gazepoint and eye position during my input update loop and make sure that that’s the current state as best evaluated by the hardware. That would prevent unnecessary thread synchronization for access to the data where the EyeX handler would write to, and my application would read from when it needs the data.
Should I be using GazeSDK? But I like calibration, connectivity and everything else to be handled by the EyeX software 🙂