1

I'm trying to do a study seeing where surgeons are looking in the operating room. I want to record them doing a surgery with the hololens 2. Is this possible? I do not need any AR features. Just a videorecording of the operating with eye-tracking coordinates with time stamps.

I looked around and can only seem to find eye tracking with AR interactions.

Rhelp
  • 11
  • 1

1 Answers1

0

Regarding the video, you can try MRC, please refer to Mixed reality capture overview - Mixed Reality | Microsoft Learn. Regarding the coordinates of eye gaze, you can get it via CoreServices.InputSystem.EyeGazeProvider.GazeCursor.Position. For the camera can capture it, you can modify the CoreServices.InputSystem.EyeGazeProvider.GazeCursorPrefab to make it visible by default, you can also modify it in the profile. And you can get the timestamp via CoreServices.InputSystem.EyeGazeProvider.Timestamp. Also, please refer to Eye Tracking - MRTK 2 | Microsoft Learn for more information.