Page 1 of 1

Fixation

PostPosted: 11 Feb 2014, 17:03
by nils.21
Hi,

I am wondering what is the duration of fixation used for calculating a fixation?

Also, is there a way to change the duration of fixation through the API? Currently I am trying to use fixation as the condition for some feedback in my application but even when I normally browse on the screen without staring, it gives the feedback.

Any help is appreciated.

Thanks,
Nilofer

Re: Fixation

PostPosted: 11 Feb 2014, 17:40
by pf
Hi,
I am guessing you are using TETCSharpClient.Data.GazeData.IsFixated right?
What is GazeData.State when you get the fixation condition?

There is a TETCSharpClient.Protocol.FRAME_FIXATION = "fix"
Maybe you can try and set it with the connect request message.

I'm just curious and guessing, hope it helps

Paul