Page 1 of 1

Custom calibration process

PostPosted: 27 Jan 2015, 16:20
by marzzzel
Hi everybody,

I'm wondering if it's possible to integrate the calibration process into an custom application- e.g. not using the included calibration tool, but calibrating within an application. Obviously this would mean lots of additional development, but for me it's kind of out of the question to always switch to the calibration program when the user changes.

If this is possible I'd be happy for a short link towards documentation about it.

Thank you already.

Best,
Marcel

Re: Custom calibration process

PostPosted: 30 Jan 2015, 18:36
by knaeckebrot0815
Dear Marcel,

you might want to check out Edwin Dalmaijer's toolbox https://github.com/esdalmaijer.

I only played with his Matlab functions, but it seems possible to calibrate from within Matlab.

Implementing your own calibration is unfortunately not possible, since the server returns 0 for virtually all useful data while the device is not calibrated. The eye tribe people don't see much use in providing uncalibrated values. Also see this thread and maybe add to the discussion: viewtopic.php?f=27&t=361&p=1499

Re: Custom calibration process

PostPosted: 02 Feb 2015, 11:51
by Martin
Hi Marcel,

If I understand you correctly you would like to run the calibration point sequence from within your own application without using the TETUI application. This is certainly possible and fairly straightforward to do.

Please check this C# code sample and this documentation snippet for an overview. There's also a Unity sample.