Jump to content

Gaze velocity calculation


Recommended Posts

Hello

I am trying to calculate instant gaze velocity, using gaze position.

I found out that pupil_position_on_sensor does not indicate the true gaze position. Therefore I have to use gaze direction vector, which is normalized.

- How can I calculate instantaneous gaze velocity based on normalized Gaze Direction Vector?

- Do I need to denormalize it? How?

Thank you so much for nay ideas/help!

@Corvus @Daniel_Y

Link to comment
Share on other sites

The problem with denormalizing is that I only have Height and Width of the display for each eye, but the Gaze Direction Vector is 3d. How to map the Z coordinate to the display resolution?

Link to comment
Share on other sites

13 hours ago, mrk88 said:

 

Thanks, but my question is how to calculate gaze position from gaze direction vector.

For velocity calculation I need to have start and end gaze position.

You could refer to Focus sample enclosed in SDK to know what object you are looking at in VR 3D world from gaze vector.

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...