Home Forums Software Development VB.NET example code for Interactors Reply To: VB.NET example code for Interactors

#9024
TW
Participant

Well, with your help (you stated that interactors_102 does what I need) and some language conversion I managed to do it.
Once you know how to do it, it’s actually quite simple.

I could swear I saw some example code on how to start a re-calibration for the current user profile.
I went through the Core SDK samples on GitHub, but I just don’t find it anymore.

I need a code example on how to do this:

EyeXFramework.EyeXHost.LaunchGuestCalibration()

Also, I’m not sure if LaunchGuestCalibration is what I need.
I don’t want to re-calibrate the guest but the current user (profile).

Also,
Can you tell me where that example code might be located that I once saw?