|
|
Browse by Tags
All Tags » x120 » calibration
-
I am trying to program our Tobii X120 using the low-level SDK.
I tried last year, ran into some problems, and stopped. Now I'm trying again, and I have a couple of questions.
1. I'm trying to do a calibration. I call:- Tet_CalibClear()- Tet_CalibAddPoint(x, y, n_samples, 0, 0, 0) for every point- Tet_CalibCalculateAndSet()
When I call ...
|
|
|