Fixation

Forum for C#/Windows development

Fixation

Postby nils.21 » 11 Feb 2014, 17:03

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
nils.21
 
Posts: 5
Joined: 06 Jan 2014, 17:22

Re: Fixation

Postby pf » 11 Feb 2014, 17:40

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
pf
 
Posts: 7
Joined: 10 Feb 2014, 11:22


Return to C#