Home › Forums › Software Development › EyeX Engine Calibration programmatically
Tagged: recalibration
- This topic has 5 replies, 6 voices, and was last updated 5 years, 9 months ago by
Alex [Tobii].
- AuthorPosts
- 12/01/2015 at 12:03 #2353
Anonymous
InactiveHi,
as I have seen in your release notes of the Tobii EyeX 1.1.0 it is now possible to launch the Calibration programmatically. Unfortunately I have not seen any C++ example of how this can be done.
Am I missing something? Can you give me a short sample code?Thanks,
Sandra12/01/2015 at 12:50 #2355Robert [Tobii]
ParticipantHi Sandra,
That is correct, we just haven’t added any example to the C/C++ SDK yet. If you are connected to the eye tracker and have a valid context handle, hContext, you can call
txLaunchConfigurationTool(hContext, TX_CONFIGURATIONTOOL_RECALIBRATE, NULL, NULL);
22/05/2017 at 14:31 #6917白欣羽
ParticipantHello
I’m now using eyeX SDK to build some project, and I want to use “Recalibrate” without click the recalibte button, could you tell me what I can use for C++?
and how can I use “txLaunchConfigurationTool(hContext, TX_CONFIGURATIONTOOL_RECALIBRATE, NULL, NULL);”Thank you!
23/05/2017 at 20:53 #6930Grant [Tobii]
KeymasterHi @jenny,
I am afraid that within the EyeX SDK, recalibration is not exposed pragmatically and you must use the integrated calibration system offered.
Apologies for the inconvenience.
16/06/2017 at 00:49 #7051Anurag Kumar
ParticipantHi All,
I have to call re-calibrate functionality programmatically for my project. Reading above discussion, can you confirm that you all are using Tobii Stream Engine API? Can anyone share link to the right SDK?
Thanks,
Anurag16/06/2017 at 14:08 #7058Alex [Tobii]
ParticipantHi!
You might need to apply for a special license to be able to do in-application calibration.
Please contact Tobii Support for that and try to describe your project. They will create a ticket for that. - AuthorPosts
- You must be logged in to reply to this topic.