Home › Forums › Software Development › VB.NET example code for Interactors › Reply To: VB.NET example code for Interactors
16/11/2018 at 16:55 #9027
TW
Participant
Also, can you tell me why EyeTrackingDeviceStatus returns INVALID and why it doesn’t connect?
My code is this:
Dim c As New EyeXFramework.EyeXHost
c.Start() ‘That is enough to connect, right?
Debug.Print(c.EyeTrackingDeviceStatus.ToString) ‘Returns “INVALID”
c.WaitUntilConnected(New TimeSpan(0, 10, 0)) ‘It doesn’t connect even though I wait quite a few minutes…
Dim b As Boolean = c.LaunchRecalibration() ‘Isn’t hit