Human-AI-Interaction-UBC/EMDAT

Support multiple eye trackers

Closed this issue · 1 comments

m-wu commented

Design solution to allow EMDAT to support data formats from different eye trackers.

Initial implementation includes support for the Tobii eye tracker and the SMI eye tracker.

m-wu commented

This is a design that requires minimal change to the current version of EMDAT: abstract the Recording class and implement concrete subclasses for different eye trackers, e.g., TobiiRecording, SMIRecording.