You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,9 @@ For the noise measures, see:
205
205
## Eye trackers
206
206
glassesValidator supports the following eye trackers:
207
207
- AdHawk MindLink
208
+
- Argus Science ETVision
208
209
- Generic*
210
+
- Meta Project Aria Generation 1
209
211
- Pupil Core
210
212
- Pupil Invisible
211
213
- Pupil Neon
@@ -234,6 +236,17 @@ software before they can be imported into glassesValidator. These are:
234
236
- 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.
235
237
If you do not do so, a generic calibration will be used by Pupil Capture during data recording, by Pupil Player during data
236
238
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 andset 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).
237
250
-*SMIETG*: For SMIETG recordings, access to BeGaze is required and the following steps should be performed:
238
251
- Export gaze data: `Export`->`Legacy: Export Raw Data to File`.
239
252
- In the `General` tab, make sure you select the following:
0 commit comments