- This topic has 3 replies, 2 voices, and was last updated 7 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › eye position z is not an absolute value
Tagged: eye position data
I want to get the distance of user form screen.
But I tested with different people and found that different values were obtained at the same distance. So,I suspect that the z value is not an absolute value.
How do I get the true distance of different users?
Hi! You can try to use the new low level api to get head coordinates in mm.
https://www.nuget.org/packages/Tobii.StreamEngine.Native/
https://www.nuget.org/packages/Tobii.StreamEngine/
This is a low level API so please only use it if you know why you are doing it. Very little support is going to be provided.
It’s worth noting that position signal (especially Z coordinate) is not very precise, but may be suitable for some use cases.
I am sorry,when I was testing, I forgot to recalibrate everyone.
If re-calibration, then the z value of each person is basically accurate. However, compared with the actual value is always 100mm.
Hi! Nice that it worked for you.