Skip to content

Commit 7c6404b

Browse files
committed
add new supported eye trackers to readme
1 parent d0a2ade commit 7c6404b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ For the noise measures, see:
205205
## Eye trackers
206206
glassesValidator supports the following eye trackers:
207207
- AdHawk MindLink
208+
- Argus Science ETVision
208209
- Generic*
210+
- Meta Project Aria Generation 1
209211
- Pupil Core
210212
- Pupil Invisible
211213
- Pupil Neon
@@ -234,6 +236,17 @@ software before they can be imported into glassesValidator. These are:
234236
- For the *Pupil Core*, for best results you may wish to do a scene camera calibration yourself, see https://docs.pupil-labs.com/core/software/pupil-capture/#camera-intrinsics-estimation.
235237
If you do not do so, a generic calibration will be used by Pupil Capture during data recording, by Pupil Player during data
236238
analysis and by the glassesTools processing functions, which may result in incorrect accuracy values.
239+
- *Meta Project Aria Generation 1*:
240+
- First, open a recording in Aria Studio on the computer.
241+
- In Aria Studio, request a MPS run for eye gaze (if you haven't already done so), and wait for it to complete successfully.
242+
- Open the [`meta_aria_gen1_exporter.py`](https://github.com/dcnieho/glassesTools/tree/master/tools/meta_aria_gen1_exporter.py) script
243+
provided in glassesTools and set the variable `vrs_file` to the full path to the recording's `.vrs` file. By default, it is assumed
244+
that the recording's `.vrs` file and the MPS results are in the same folder and have the default names used by Aria Studio, e.g.
245+
`some_folder/recording.vrs` and `somefolder/mps_recording_vrs`. If the MPS results are located elsewhere, you can provide the
246+
path to them using the `mps_folder` variable (optional).
247+
- Run the script (ensure you have the right packages installed, see the comment atop the script). An export of the recording will
248+
be made in a format that can be imported by gazeMapper and by default stored in the folder `somefolder/export_recording`. If you
249+
wish to use another export folder, set the variable `output_folder` (optional).
237250
- *SMI ETG*: For SMI ETG recordings, access to BeGaze is required and the following steps should be performed:
238251
- Export gaze data: `Export` -> `Legacy: Export Raw Data to File`.
239252
- In the `General` tab, make sure you select the following:

0 commit comments

Comments
 (0)