Home › Forums › Software Development › [Solved] Core SDK Programmatic Calibration
Tagged: c++, calibration, core, interaction
- This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago by Blair.
- AuthorPosts
- 20/12/2017 at 19:59 #7725BlairParticipant24/12/2017 at 00:04 #7730Grant [Tobii]Keymaster
Hi @blair, Within the API Reference, we list the command one can use to induce a recalibration @
https://tobii.github.io/CoreSDK/api/Tobii.Interaction.Framework.ConfigurationTool.html
in which is listed the “Recalibrate” option.
Optionally, you may be able to launch a recalibration using the standard wndows command:
c:\Program Files (x86)\Tobii\Tobii EyeX Config\Tobii.EyeX.Configuration.exe –quick-calibration
Hopefully this information is what you were looking for!
02/01/2018 at 16:43 #7759BlairParticipantThank you for that link. I’m still not sure how to use it because it’s just an enum with no methods listed. How is the command called?
03/01/2018 at 16:52 #7763Grant [Tobii]KeymasterHi @blari,
Kindly take a look at this page:
You should be able to launch using a command like:
host.Context.LaunchConfigurationTool(ConfigurationTool.RetailCalibration, (data) => { });
Please let us know how you get on.
09/01/2018 at 13:20 #7792Grant [Tobii]KeymasterHi @blair, I was curious if you managed to get up and running on the manual launching of calibration? Thanks for any update.
05/02/2018 at 22:01 #7880BlairParticipantThanks, I was able to do what I needed with Host.LaunchGuestCalibration().
- AuthorPosts
- You must be logged in to reply to this topic.