<?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=11&amp;t=450" />

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2015-03-17T14:17:11+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=11&amp;t=450</id>
<entry>
<author><name><![CDATA[Anders]]></name></author>
<updated>2015-03-17T14:17:11+02:00</updated>
<published>2015-03-17T14:17:11+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=450&amp;p=1875#p1875</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=450&amp;p=1875#p1875"/>
<title type="html"><![CDATA[Re: Getting Data]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=450&amp;p=1875#p1875"><![CDATA[
If the system is not calibrated, you will not receive any gaze coordinates.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=120">skataAnders</a> — 17 Mar 2015, 14:17</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[LGLLiang22.13@gmail.com]]></name></author>
<updated>2015-03-17T11:27:58+02:00</updated>
<published>2015-03-17T11:27:58+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=450&amp;p=1874#p1874</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=450&amp;p=1874#p1874"/>
<title type="html"><![CDATA[Getting Data]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=450&amp;p=1874#p1874"><![CDATA[
Hi,<br />  I tried to implement the following coding to my program in C#. The way my program works is that when I press the button, labels will display the coordinates for parameters of the gaze data. But every time I run the program it keep displaying zero value. Is there anything I missed out??<br /><br />public class GazePoint : IGazeListener <br />{<br />     public GazePoint()<br />     {<br />         // Connect client<br />         GazeManager.Instance.Activate(GazeManager.ApiVersion.VERSION_1_0, GazeManager.ClientMode.Push);<br />        <br />         // Register this class for events<br />         GazeManager.Instance.AddGazeListener(this);<br /><br />         Thread.Sleep(5000); // simulate app lifespan (e.g. OnClose/Exit event)<br /><br />         // Disconnect client<br />         GazeManager.Instance.Deactivate();<br />     }<br /><br />     public void OnGazeUpdate(GazeData gazeData)<br />     {<br />         double gX = gazeData.SmoothedCoordinates.X;<br />         double gY = gazeData.SmoothedCoordinates.Y;<br /><br />         // Move point, do hit-testing, log coordinates etc.<br />     }<br />}<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=7586">skataLGLLiang22.13@gmail.com</a> — 17 Mar 2015, 11:27</p><hr />
]]></content>
</entry>
</feed>