Home › Forums › Software Development › [Solved] Calibration integration
Tagged: Custom calibration, game
- This topic has 13 replies, 8 voices, and was last updated 4 years, 4 months ago by
Idan Richman.
- AuthorPosts
- 27/06/2016 at 10:46 #5361
merijn
ParticipantI am building an application in unity for an interactive installation.
The eyetracker works great however it needs to calibrate and we can not have a keyboard and mouse in our installation.Is there a way for users to calibrate in unity itself or without pressing a button in the tobi calibration?
15/07/2016 at 11:30 #5407Grant [Tobii]
KeymasterHi @merijn,
The LaunchCalibration() function is not available in the new Unity SDK.
But it’s possible to just run calibration process with a special flag.
c:\Program Files (x86)\Tobii\Tobii EyeX Config\Tobii.EyeX.Configuration.exe –quick-calibration
It will be a 3-point calibration with no button presses needed.
Hopefully this suits your needs, please let us know.
15/07/2016 at 13:39 #5409merijn
ParticipantHi,
Thanks for answering however the project is finished by now.
We connected the enter button to a physical button to an arduino.We made a video of our project if you’re curious:
24/04/2017 at 11:19 #6698Hannes Paulsson
ParticipantHi,
I know this is an old thread.
I am developing a small game with Tobii in Unity, that is supposed to be used at a small event. I need to be able to re-calibrate the Tobii for all the guest. As far as I can tell, there is no way to create a custom calibration from within Unity, right?The solution that is suggested here, to start the file Tobii.EyeX.Configuration.exe with the arguments -quick-calibration is not working, nothing happens. It doesn’t even work if I try to start if from within Windows.
25/04/2017 at 14:32 #6703Per [Tobii]
ParticipantUnfortunately there is no way of making a custom calibration. The reason why this was removed is that this is a global setting and a badly implemented calibration would affect all apps and games on the machine.
Configuration.exe is internal and may change without notice. However, it is possible to trigger a calibration from the Eyex SDK and from the upcoming new Tobii Core SDK. I will investigate if these functions can be triggered from Unity and get back here.
Stay tuned!25/04/2017 at 14:54 #6704Hannes Paulsson
ParticipantThanks for the quick response!
A workaround I’m using right now is to have a separate WPF application that launches the calibration with the Eyex SDK, and then I launch that application from Unity.And by the way, I would suggest that even though the calibration would affect all apps and games on the machine, it should still be possible to do. In this case, and I’m sure there are other cases like this, this machine will only run this application and nothing else. When the Tobii is used in events or installations, where the calibration would be redone for every user, I believe a custom calibration would still be preferable.
27/04/2017 at 16:15 #6735Alex [Tobii]
ParticipantHi!
I will reply to you in email.
26/07/2017 at 05:08 #7207tcwhvi
ParticipantI’m developing a game, people will play it in the market. So I also want to create a custom calibration. Cloud you send me the email also? thanks.
26/07/2017 at 09:40 #7208Alex [Tobii]
ParticipantHi! Could you please pm me more detailed description of your project?
21/08/2017 at 21:53 #7312Martin Deinhofer
ParticipantHi,
I also needed to launch the calibration from within my applicatoin using the SDK. It is simply a much better user experience, if the use can trigger a recalibration from within the game or whatever SW he/she is using.
Is there a chance that the calibration function will come back to the C/C++ API?
22/08/2017 at 08:03 #7313Alex [Tobii]
ParticipantHi!
Currently we provide in-game calibration only for special use cases like exhibitions or similar, where one have many different users and it’s not possible to assist the users to run calibration.
For general PC usecase we recommend using default calibration app. Normally the user just needs to run it once.
25/08/2017 at 03:59 #7332tcwhvi
ParticipantHi.
Thank you for reply.
When the game that I’m developing has been done, it will be placed on super market, and the passing people will play it, but may be only once.
That’s the reason why I need custom calibration.26/08/2017 at 14:26 #7337Alex [Tobii]
ParticipantHi!
Please send an email describing your project to [email protected]
30/07/2019 at 18:45 #11833Idan Richman
Participanti know it’s an old thread, but if it’ll help someone, then Tobii.EyeX.Configuration.exe has some command line features:
c:\Program Files (x86)\Tobii\Tobii EyeX Config>Usage: Tobii.EyeX.Configuration.exe [optional arguments]
Optional arguments:
-R, –resolve Resolve configuration
-N, –new-profile Create new profile and calibrate
-C, –calibrate Calibrate the current profile
-S, –setup-display Setup display configuration
-P, –eye-position Eye position
-G, –guest-calibration Calibrate for the guest account
-H [-samples <numSamples>] [-sampletime <seconds>] [-timeout <seconds>] Hardware test, default values are (if argument is missing): required samples 60, sampleTime 3 seconds and timeout 7 seconds
-h, –help This textit helped me to invoke re-calibration from command-line
also, if the tray icon is active, you can use the CTRL+SHIFT+F10 keyboard shortcut to activate calibration of guest profile - AuthorPosts
- You must be logged in to reply to this topic.