Home Forums Software Development Checking whether if the eye tracker is connected Reply To: Checking whether if the eye tracker is connected

#423
Robert [Tobii]
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 InteractionContextand InteractionSysteminstances respectivly.