Home › Forums › Software Development › [Solved] delay inroduced by the filter
Tagged: filter delay
- This topic has 2 replies, 2 voices, and was last updated 7 years ago by dynamite.
- AuthorPosts
- 26/09/2017 at 16:23 #7415dynamiteParticipant
Hello.
I’m going to develop a gaze-controlled game in which targets will be moving and a high user reaction speed may be required.
I will used Tobii Eyetracker 4C and Tobii Core SDK.
The developer’s documentation mentions that “The data is lightly filtered for stability”.
Could you tell me please, how long can be the delay inroduced by the filter?
Thanks in advance,
Evgeniy26/09/2017 at 19:06 #7417Grant [Tobii]KeymasterHi @dynamite, in fact you have a number of options available to you when receiving the gaze data stream via the Tobii Core SDK:
“Lightly filtered” (i.e. the default) is an adaptive filter which is weighted based on the age of the gaze data points GazePointData and the velocity of the eye movements. This filter is designed to remove noise and in the same time being responsive to quick eye movements, so hopefully this option should not pose an issue for your application in terms of responsiveness.
However, should you find any delay a hindrance you may select “Unfiltered” where no filtering is performed by the Interaction Engine (except for the removal of invalid data points and the averaging of the gaze points from both eyes).
Selecting this option however is not without it’s drawback as the gaze point is an intrinsically noisy signal, as so the filters are used to stabilize the signal. There is therefore a trade-off between stability and responsiveness, so I would recommend you test out your application with both options and decide which suits you best for your own particular needs.
28/09/2017 at 11:27 #7425dynamiteParticipantThank you for your reply!
- AuthorPosts
- You must be logged in to reply to this topic.