Home Forums Software Development eye position z is not an absolute value

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6702
    daihuaguan
    Participant

    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?

    #6714
    Alex [Tobii]
    Participant

    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.

    #6754
    daihuaguan
    Participant

    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.

    #6766
    Alex [Tobii]
    Participant

    Hi! Nice that it worked for you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.