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

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2014-12-18T13:15:36+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=25&amp;t=110</id>
<entry>
<author><name><![CDATA[Martin]]></name></author>
<updated>2014-12-18T13:15:36+02:00</updated>
<published>2014-12-18T13:15:36+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=1596#p1596</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=1596#p1596"/>
<title type="html"><![CDATA[Re: smoothed gaze coordinates in pix]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=1596#p1596"><![CDATA[
You have the average for each eye inside the left/right JSON object. Will check the C++ SDK. <br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>&quot;frame&quot;: <br />{    <br />   &quot;timestamp&quot;: &quot;2014-12-18 11:58:53.730&quot;  <br />   &quot;state&quot;: 7,    <br />   &quot;fix&quot;: false, <br />   &quot;time&quot;: 487384226,  <br />   &quot;raw&quot;: {&quot;x&quot;: 584.057,&quot;y&quot;: 440.2673 },<br />   &quot;avg&quot;: {&quot;x&quot;: 584.057,&quot;y&quot;: 440.2673 },    <br />   &quot;lefteye&quot;: <br />   {<br />      &quot;avg&quot;: {  &quot;x&quot;: 583.9083,  &quot;y&quot;: 458.1152},<br />      &quot;pcenter&quot;: {  &quot;x&quot;: 0.3541,  &quot;y&quot;: 0.532},<br />      &quot;psize&quot;: 22.211,<br />      &quot;raw&quot;: {&quot;x&quot;: 583.9083, &quot;y&quot;: 458.1152} <br />   },<br />      &quot;righteye&quot;: <br />   {<br />      &quot;avg&quot;: {  &quot;x&quot;: 584.2057,  &quot;y&quot;: 422.4195},<br />      &quot;pcenter&quot;: {  &quot;x&quot;: 0.5084,  &quot;y&quot;: 0.504},<br />      &quot;psize&quot;: 22.7543,&quot;raw&quot;: {  &quot;x&quot;: 584.2057,  &quot;y&quot;: 422.4195}    <br />      },     <br />}<br /></code></dd></dl><p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=117">skataMartin</a> — 18 Dec 2014, 13:15</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ryklin]]></name></author>
<updated>2014-12-18T04:57:24+02:00</updated>
<published>2014-12-18T04:57:24+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=1594#p1594</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=1594#p1594"/>
<title type="html"><![CDATA[Re: smoothed gaze coordinates in pix]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=1594#p1594"><![CDATA[
A small discrepancy has come to my attention regarding smoothed versus raw gaze data:<br /><br />if averaging you have two variables:<br />gazedata_avg.x<br />gazedata_avg.y<br /><br />But with raw data:<br /><br />gazedata.lefteye.raw.x<br />gazedata.lefteye.raw.y<br />gazedata.rifghteye.raw.x<br />gazedata.rifghteye.raw.y<br /><br />So, when averaging, we can not distinguished between left and right eye data. It might be useful to update the SDK to give us:<br />gazedata.lefteye.avg.x<br />gazedata.lefteye.avg.y<br />gazedata.rifghteye.avg.x<br />gazedata.rifghteye.avg.y<br /><br />This would be useful for application that need to use just one eye.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=3346">skataryklin</a> — 18 Dec 2014, 04:57</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Martin]]></name></author>
<updated>2014-03-05T18:04:29+02:00</updated>
<published>2014-03-05T18:04:29+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=511#p511</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=511#p511"/>
<title type="html"><![CDATA[Re: smoothed gaze coordinates in pix]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=511#p511"><![CDATA[
Turns out there is a small typo in the C++ client parsing. <br /><br />Row 125 in <a href="https://github.com/EyeTribe/tet-cpp-client/blob/master/src/gazeapi_parser.cpp" class="postlink">gazeapi_parser.cpp</a> should be:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>parse_point2d(gaze_data.avg, frame-&gt;get_child(&quot;avg&quot;));</code></dd></dl><br /><br />Github repository to be updated with changes soon.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=117">skataMartin</a> — 05 Mar 2014, 18:04</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Martin]]></name></author>
<updated>2014-03-05T17:36:23+02:00</updated>
<published>2014-03-05T17:36:23+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=507#p507</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=507#p507"/>
<title type="html"><![CDATA[Re: smoothed gaze coordinates in pix]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=507#p507"><![CDATA[
We're looking into this right now. Will get back to you once we've located the bug and have a solution. Won't take long.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=117">skataMartin</a> — 05 Mar 2014, 17:36</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MastaLomaster]]></name></author>
<updated>2014-03-05T15:07:35+02:00</updated>
<published>2014-03-05T15:07:35+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=505#p505</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=505#p505"/>
<title type="html"><![CDATA[Re: smoothed gaze coordinates in pix]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=505#p505"><![CDATA[
The same for me.<br /><br />In debugger (MSVS 10) I have the <span style="font-weight: bold">gaze_data.avg</span> values constantly the same (-1.0737418e+008), while the other members of  <span style="font-weight: bold">gaze_data</span> are changing.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=2722">skataMastaLomaster</a> — 05 Mar 2014, 15:07</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mingxinbit@gmail.com]]></name></author>
<updated>2014-02-26T21:23:42+02:00</updated>
<published>2014-02-26T21:23:42+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=428#p428</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=428#p428"/>
<title type="html"><![CDATA[smoothed gaze coordinates in pix]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=110&amp;p=428#p428"><![CDATA[
I have run this code (provided in the website) and captured the gaze data.<br /><br />I encounter a problem.<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>gtl::Point2D const &amp; smoothedCoordinates = gaze_data.avg;</code></dd></dl><br /><br />return values of x and y coordinates always are -107374176.<br /><br />Others lefteye, righteye, raw, etc are normal.<br /><br />How to handle?<br /><br />The smoothed gaze coordinate value is calculated from center value between lefteye.avg and righteye.avg?<br />gaze_data.avg=(lefteye.avg+righteye.avg)/2??<br /><br />Thank you.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=2011">skatamingxinbit@gmail.com</a> — 26 Feb 2014, 21:23</p><hr />
]]></content>
</entry>
</feed>