VR eyetracking heatmap and playback

Hi,

We have a research project we’re doing where users go through a tunnel system and complete tasks. We’re using a HTC Vive Eye Pro and built everything in unity. I’m trying to find a way to do heatmaps using the eyetracking data as well as play back the entire level the user played once the level is completed. If anyone knows how to do that, it’d be greatly appreciated.

Thanks!

Hi mate

try COGNITIVE3D as a backend. Here is the simplified workflow.

  • Slip in their SDK
  • Configure their SDK to the VR implementation you are using
  • Decide on a naming convention
  • Apply meaningful naming to the assets in your scene
  • Assign COGNITIVE3D scripts to the objects in the scene
  • Upload your scene to their backend
  • Run your scene locally
  • Their sdk does all the heavy lifting - captures your data, heat maps, object events, whatever etc etc
  • Go to your account on their their web based back end and re run any completed run through
  • Get reports based on your naming

Its the easiest by far although but you will need to buy licences etc,

Cheers