Hello,
I'm setting up the basics of an app that would check for and start the TET server process, then activate the server prior to calibration. I have the server process portion working, but is there a suggested method for the activation portion? My idea was to check whether the TET server is already activated (e.g. to see whether the process started by GazeManager.Instance.Activate(...) has already been completed/is working) and then skip activating it again if it's already working.
I see there is a variable called isActive in IGazeApiReponseListener, but I'm not sure a) if it's what I need, b) if it's part of the intended SDK use, or c) exactly how to get to it. There are also some tracking states in the GazeManager, but those appear to be related to whether the cable/server is connected, not whether the activation succeeded.
Thanks,
John