Is there a way I could export the gaze data in ASCII format for use by Matlab? |
QuickCAPTURE can export all the data out as a CSV (comma separated value) spreadsheet. CSV is an ASCII format. So the data looks like this:
Loading this kind of file into Matlab is very straight forward. Making a sample c++ program (not QuickCapture) that does a calibration and then exports that kind of data is do able. |