Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using tsv files in analyzer #3

Open
nakohli opened this issue Jan 12, 2015 · 7 comments
Open

Using tsv files in analyzer #3

nakohli opened this issue Jan 12, 2015 · 7 comments

Comments

@nakohli
Copy link

nakohli commented Jan 12, 2015

Hi,

Using the EyeTribe scanner creates a tsv file in the slideshow folder. But the code for the pygazeanalyzer requests a edf file and thus says no data found.

Do I have to convert tsv to edf ?

@esdalmaijer
Copy link
Owner

Hi,

You don't have to use the edfreader, simply use the eyetribereader for the .tsv files you obtain from the EyeTribe.

Good luck!

@mjkleiman
Copy link

What if our tsv files are from another eye tracker, i.e. Tobii? For example, I can create tsv files that contain only X,Y coords and an index (timestamp). Can I use this to create a heatmap?

@esdalmaijer
Copy link
Owner

In that case you'd have to write your own reader, or at the very least share an example file so that others could help.

@russoen
Copy link

russoen commented Nov 6, 2017

Does this mean that the PyGaze Analyzer is not compatible with Tobii?

@GHaas
Copy link

GHaas commented Mar 11, 2022

Hi, for all those wanting to use the PyGaze Analyser project with Tobii trackers I just wrote a tobiireader to import files created by pygaze with a tobii tracker. This has been tested with the Tobii nano only!
Just copy this to the pygazeanalyser folder and change the extension back to .py
tobiireader.txt

@nit29sin
Copy link

@GHaas I have livedata.json file from Tobii Pro 2 Glasses and I have converted the file to .tsv file. I have attached both the files. I want to use Pygaze Analyzer to generate fixations and heatmaps for the videos collected by Tobii. Please tell me how to do it.
gazeData_raw copy.csv
livedata.json.gz

@stilllvxy
Copy link

stilllvxy commented Sep 22, 2022

@nakohli Hey, I have met the same question with you. Have you already know how to use pygaze to read the data collected by Tobii (*tsv), please tell me how to handle this question. Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants