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

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2016-09-28T23:12:03+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=24&amp;t=93</id>
<entry>
<author><name><![CDATA[HackNFly]]></name></author>
<updated>2014-03-10T06:04:35+02:00</updated>
<published>2014-03-10T06:04:35+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=93&amp;p=538#p538</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=93&amp;p=538#p538"/>
<title type="html"><![CDATA[Re: Getting data]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=93&amp;p=538#p538"><![CDATA[
Thanks for the code, it was a helpful start!<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=2259">skataHackNFly</a> — 10 Mar 2014, 06:04</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[giannismoustakis@yahoo.gr]]></name></author>
<updated>2016-09-28T23:12:03+02:00</updated>
<published>2014-02-19T10:54:32+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=93&amp;p=354#p354</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=93&amp;p=354#p354"/>
<title type="html"><![CDATA[Getting data]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=93&amp;p=354#p354"><![CDATA[
This is a conversion code from C# to Java.<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>import com.theeyetribe.client.GazeManager;<br />import com.theeyetribe.client.IGazeListener;<br />import com.theeyetribe.client.data.GazeData;<br /><br />public class GetData  implements IGazeListener  <br />{ <br />   <br />      public static void main (String&#91;&#93; args)<br />      {<br />            new GetData(); <br />      }<br />      <br />      <br />      GetData() <br />      {<br />            GazeManager.getInstance().activate(GazeManager.ApiVersion.VERSION_1_0, GazeManager.ClientMode.PUSH);<br />            GazeManager.getInstance().addGazeListener(this);<br />      }<br />      <br />      <br />      public void onGazeUpdate(GazeData gazeData)<br />      {<br />         double gX = gazeData.rawCoordinates.x;<br />         double gY = gazeData.rawCoordinates.y;<br />         //double gX = gazeData.smoothedCoordinates.x;<br />         //double gY = gazeData.smoothedCoordinates.y;<br />         System.out.println( gX + &quot;\t&quot; + gY);<br />      }   <br />}<br /></code></dd></dl><p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=483">skatagiannismoustakis@yahoo.gr</a> — 19 Feb 2014, 10:54</p><hr />
]]></content>
</entry>
</feed>