Page 1 of 1

[Resolved] I cant find eyetribe.cfg

PostPosted: 20 Sep 2014, 19:17
by edolgunsoz
I want to change the sampling frequency but I cannot find eyetribe.cfg. I looked at appdata/local/eyetribe and everywhere. I do not have such a file.

Re: I cant find eyetribe.cfg

PostPosted: 21 Sep 2014, 18:58
by Martin
Try creating the file "EyeTribe.cfg" and place it in C:\Users\<current_user>\AppData\Local\EyeTribe\


Code: Select all
{
   "config" : {
     "device" : 0,
     "remote" : false,
     "framerate" : 60,
     "port" : 6555   
   }
}


Or start the server with arguments, in a link the "Target" would be:
"C:\Program Files (x86)\EyeTribe\Server\EyeTribe.exe" --framerate=60

Re: I cant find eyetribe.cfg

PostPosted: 21 Sep 2014, 20:49
by edolgunsoz
Thanks Martin, it is solved.