ddetommaso / TobiiGlassesPySuite

A Python based software suite for designing eye-tracking studies with the Tobii Pro Glasses 2
GNU General Public License v3.0
14 stars 8 forks source link

Plot the Coordinates on the Videos #8

Closed nit29sin closed 2 years ago

nit29sin commented 2 years ago

Thank you for your help on the previous issue. Can this library be used to plot the Coordinates given in livedata.json.gz file on the videos?

ddetommaso commented 2 years ago

Hi @nit29sin

the following example shows how to play a recording with mapped gaze.

https://github.com/ddetommaso/TobiiGlassesPySuite-Examples/blob/master/live/replay.py

Hope you can find it useful!