EducationalTestingService / Confero

Eye-tracking, Screen and Event Capturing System for Windows. A web application running on a separate PC allows for real time monitoring of the users actions.
GNU General Public License v3.0
9 stars 1 forks source link

iohub_config eyetracker setting hack #74

Open isolver opened 10 years ago

isolver commented 10 years ago

The eye tracker config in iohub_config.yaml MUST have the following config setting added or Confero will not run. This hack needs to be fixed at some point.

within the eyetracker config section, the runtime_settings sub dict must have the following

runtime_settings: sampling_rate: 60 #ensure this matches what is being used track_eyes: BINOCULAR_AVERAGED #this must be fixed to this value

isolver commented 10 years ago

I'm moving this to off the deliverable timeline list. While a hack, it is a simple one that a user of the system will not even need to worry about since there are config files for both supported eye trackers anyhow.

Should fix at some point, but on the bottom of this to do list IMO.