Home › Forums › Software Development › Checking whether if the eye tracker is connected › Reply To: Checking whether if the eye tracker is connected
10/02/2014 at 18:12 #423

Participant
Hi,
1) The connection state of the eye tracker can be checked by adding an event handler to the InteractionContext.ConnectionStateChanged
event. Look how this is done in the MinimalGazeDataStream sample in the Unity package.
2) To disconnect the eye tracker properly, dispose the InteractionContext
and InteractionSystem
instances respectivly.