dasher-project / dasher

Dasher
http://www.inference.phy.cam.ac.uk/dasher/
GNU General Public License v2.0
156 stars 45 forks source link

Getting Error rate ,Typing information and eye information like mean_x, mean_y etc into a file from Dasher with and without EYE TRACKER. #185

Open Hrushi-E opened 1 year ago

Hrushi-E commented 1 year ago

I am opening this issue to get the user performance information from Dasher into a separate file(.txt). But I am not sure where to find those details.

Currently, I am working on a new onscreen text entry interface that works with and without EYE-Tracker in a Windows environment. Now I want to compare the performance of my interface with that of the Dasher keyboard. For that, I need the following information. 1) Without Integration of Eye Tracker Typing speed (in bits /minutes) Error rate Time duration for typing each character. (Time for each character) Total time taken for the entire process

2) With Integration of Eye Tracker Typing speed (in bits /minutes) Error rate Time duration for typing each character. (Time for each character) Total time taken for the entire process Eye tracker Frame information like mean_x, mean_y, std_x, std_y, mean_lp(left pupil mean) etc

It would be very helpful if you could help me answer at least one of the below question (priority top to bottom)

Q1) Where can I find the above information (including eye tracker information) inside the dasher files?

Q2) If there is no information already present, where to start(in both cases)? How do I proceed to get the above information?

NOTE: I am using Windows OS to work. It would be helpful if you provided instructions by keeping this in mind.

Thank you for your help. It means a lot to me.