FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Unity-XR-Modules/EyeTracker at main · ARTSLab-CITH/Unity-XR-Modules · GitHub

Latest commit

 

History

History

README.md

EyeTracker Module

Vive Focus Vision 3 headset eyetracking data export for Unity projects.

This module is meant to be used in Unity to export eyetracking data from an experience to be used by the companion Gaze Analysis App.

Requirements

  • VIVE OpenXR Plugin Version: 2.5.1
  • OpenXR Version: 1.12.1 (required by VIVE, must manually change to this older version in the Package Manager)

Usage

  • Place the EyeTracking.prefab in a scene to enable eyetracking functionality.
  • Add the RegionOfInterest.cs script to any GameObjects with colliders to track when the user looks at them.

Included Assets

  • EyeTracker.cs
  • EyeTracking.prefab
  • RegionOfInterest.cs
  • Spectator Camera Debug.mat
  • SystemRecorderWatcher.cs
  • VIVEEnablePassthrough.cs

Notes

  • Incompatible with VIVE Spectator Camera as the feature does not have functionality for recording passthrough.

Back | FazBrowse Home | New Git URL