<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://theeyetribe.com/forum/feed.php?f=9&amp;t=562" />

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2016-01-08T15:35:34+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=9&amp;t=562</id>
<entry>
<author><name><![CDATA[Syamsul]]></name></author>
<updated>2016-01-08T15:35:34+02:00</updated>
<published>2016-01-08T15:35:34+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2419#p2419</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2419#p2419"/>
<title type="html"><![CDATA[Re: Questions about calibration/Java]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2419#p2419"><![CDATA[
Related to this question. In my case, I conducted twice calibration during eye tribe running app. first and second calibration have different result and i want to use (back to) first calibration result to show the gaze data. To accomplish this case, i use onCalibrationChange method, but  i'm still get trouble result. is there any way or prerequisite to implement onCalibrationChanged method?<br /><br />Best Regard <br />syam<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=7659">skataSyamsul</a> — 08 Jan 2016, 15:35</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[daniel.jansson@it.uu.se]]></name></author>
<updated>2015-12-22T10:13:46+02:00</updated>
<published>2015-12-22T10:13:46+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2395#p2395</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2395#p2395"/>
<title type="html"><![CDATA[Re: Questions about calibration/Java]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2395#p2395"><![CDATA[
Thank you, Martin! Very useful and to the point.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=8050">skatadaniel.jansson@it.uu.se</a> — 22 Dec 2015, 10:13</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Martin]]></name></author>
<updated>2015-12-07T15:17:11+02:00</updated>
<published>2015-12-07T15:17:11+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2362#p2362</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2362#p2362"/>
<title type="html"><![CDATA[Re: Questions about calibration/Java]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2362#p2362"><![CDATA[
Hi Daniel,<br /><br />To your questions,<br /><br />2. We currently do not have a Java GUI available, closest thing would be the <a href="https://github.com/EyeTribe/tet-csharp-samples/blob/master/TETControls/Calibration/CalibrationRunner.xaml.cs" class="postlink">C# sample</a>. <br />The calibration result will contain the overall accuracy and values for each point. It does not contain the calibration data, only information on quality. <br /><br />3. Calibration result cannot be set. The server automatically saves the latest calibration in the application data folder, C:\Users\JohnDoe\AppData\Local\EyeTribe\default.profile (change JohnDoe to your username). This will be loaded at server startup and overwritten when there is a successful calibration. Currently the API does not allow for changing calibration profile on-the-fly (will come but ETA unknown). Work-around is to copy/rename the &quot;default.profile&quot; file externally.<br /><br />4. Configuration file is located C:\Users\JohnDoe\AppData\Local\EyeTribe\EyeTribe.cfg<br />The &quot;framerate&quot; field can be set to either 30 or 60.<br /><br />5. Server is initialized to be the full primary screen size. If there's more than two screens connected it's recommended to use the SwitchScreen to ensure consistency.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=117">skataMartin</a> — 07 Dec 2015, 15:17</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[daniel.jansson@it.uu.se]]></name></author>
<updated>2015-12-04T10:41:10+02:00</updated>
<published>2015-12-04T10:41:10+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2358#p2358</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2358#p2358"/>
<title type="html"><![CDATA[Questions about calibration/Java]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=562&amp;p=2358#p2358"><![CDATA[
1. We use Java platform for development of our project.<br /><br />2. We have a Eyetribe device and we intend to use it for tracking eye  <br />movement. Our requirement are as follows:<br />To calibrate for an individual and store that calibrated data obtained  <br />from Calibration_Result object. After going through the TET library, I  <br />could understand how custom calibration can be done using functions  <br />GazeManager.CalibrationStarty(), GazeManager.CalibrationPointStart()  <br />and GazeManager.CalibrationPointEnd(),  <br />GazeManager.CalibrationResultListner.OnCalibrationResult().<br /><br />QUESTION: Is there any step I am missing? Kindly point out.<br /><br />3. To load the stored Calibration_Result of the individual back again,  <br />.i.e. somehow communicate the server to use the calibration stored in  <br />calibratonResult at the client end. From the documentation on Client  <br />request Message under Tracker Category, we found that  <br />calibrationResult cannot be set. We figured out that we can add  <br />calibrationResult class object in the TrackerSetRequest. However, we  <br />are not sure if that would be enough.<br /><br />QUESTION: Is there a way so that we can set the calibrationResult?<br /><br /><br />4. FrameRate can be changed by the user in a config file.<br /><br />QUESTION: Can you please point out the config file where we can set  <br />the framerate.<br /><br />5. Since we are making our own UI for calibration, we reckon that we  <br />have to use GazeManager.SwitchScreen() to set the screen size  <br />according to the dimensions of our application. We currently maximize  <br />the application to cover the whole screen.<br /><br />QUESTION: Do we still have to set the screen size?<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=8050">skatadaniel.jansson@it.uu.se</a> — 04 Dec 2015, 10:41</p><hr />
]]></content>
</entry>
</feed>