esdalmaijer / PyTribe

Python wrapper for the EyeTribe SDK
GNU General Public License v3.0
27 stars 18 forks source link

Problems with calibration #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

There are two issues in the calibration class:

A typo in the function pointend(): 'value' should be 'values' (line 1026 to 1047).

When calling calibration.pointend() I get: KeyError: 'calibresult'. This is because the calibresult object is only returned after the last pointend request, when the calibration process is completed.

esdalmaijer commented 9 years ago

Thanks a lot for pointing this out; I've fixed the problems. Will upload a new version soon.

esdalmaijer commented 9 years ago

Closed with this commit.