Home Forums Software Development VB.net Reply To: VB.net

#7357
Doug Livingstone
Participant

Code Update:

You can also call and trigger functions to create a user profile, calibrate and recalibrate the user. Try them out. They must be run after the host is started.

Dim EyeXHost As New EyeXFramework.Forms.FormsEyeXHost

EyeXHost.Start() ‘ Start using the EyeTracker

‘ Tobii Eye Functions
EyeXHost.LaunchProfileCreation()

EyeXHost.LaunchCalibrationTesting()

EyeXHost.LaunchRecalibration()