Home › Forums › Software Development › [Solved] Odd values of eye_position_from_eye_tracker_mm
- This topic has 3 replies, 2 voices, and was last updated 8 years, 1 month ago by Grant [Tobii].
- AuthorPosts
- 31/08/2016 at 16:48 #5617TobiasParticipant
Hi,
I want to get the 3D position of both eyes in mm. So I used the output of eye_position_from_eye_tracker_mm while the eyes are tracked. The problem is that I receive data around 2.000e-324. These values (all 2000 data points) are not what I have expected.
The normalized data (eye_position_in_track_box_normalized) and the gaze data are OK.
For me it looks obviously like an error. But I have no clue how to handle this issue. Are there any options to adjust these values?
Thanks, Tobi
02/09/2016 at 13:22 #5638Grant [Tobii]KeymasterHi @tobi90,
May I ask if you have tried the MinimalEyePositionDataStream sample application from the SDK with this tracker?
Also, could you open the tray application and look at the eye visualization there to see if eye position within tracking box moves around as the head moves around to show if there is perhaps an issue of hardware or environment.
Certainly the values you have reported are abnormal for the non-normalised data.
02/09/2016 at 14:02 #5640TobiasParticipantHi,
I tried the MinimalEyePositionDataStream sample and the values are OK. I try to work out whats the difference to my app and mark the thread as solved.
Thanks for the impact 🙂
02/09/2016 at 14:42 #5641Grant [Tobii]KeymasterCool, thanks for the update Tobias.
- AuthorPosts
- You must be logged in to reply to this topic.