pupil-labs / hmd-eyes

Building blocks for eye tracking in AR and VR.
GNU Lesser General Public License v3.0
152 stars 64 forks source link

Live recording #91

Closed LinusZeuwts closed 4 years ago

LinusZeuwts commented 4 years ago

We have a pupil labs vr/ar eye tracker installed on a HTC Vive. When an application is running with eye movement recording, would it be possible to save a video with the gaze cursor overlayed on what the participant saw in the application?

fx-lange commented 4 years ago

Hi @LinusZeuwts - yes that's possible. It requires Pupil Capture (instead of pupil service) and the Screencast component in hmd-eyes https://github.com/pupil-labs/hmd-eyes/blob/master/docs/Developer.md#screencast

Hope this helps (if still relevant).