<?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=336" />

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2014-10-19T13:57:06+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=25&amp;t=336</id>
<entry>
<author><name><![CDATA[Anders]]></name></author>
<updated>2014-10-19T13:57:06+02:00</updated>
<published>2014-10-19T13:57:06+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=336&amp;p=1455#p1455</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=336&amp;p=1455#p1455"/>
<title type="html"><![CDATA[Re: Data Parsing using C++ SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=336&amp;p=1455#p1455"><![CDATA[
Hi<br /><br />Based on your post it is a bit unclear what part of the gaze data that you see as false or wrong? I would be happy to help but first I need to understand what data are you expecting to receive when your eyes are closed? Are you saying that the GazeDate state does not change as you expect it to? Be aware that the state when only tracking a single or no eyes will be STATE_TRACKING_PRESENCE and not STATE_TRACKING_GAZE as explained in the <a href="http://dev.theeyetribe.com/api/" class="postlink">API</a>.<br /><br />BR,<br />Anders<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=120">skataAnders</a> — 19 Oct 2014, 13:57</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tingjie1005]]></name></author>
<updated>2014-09-29T04:04:05+02:00</updated>
<published>2014-09-29T04:04:05+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=336&amp;p=1431#p1431</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=336&amp;p=1431#p1431"/>
<title type="html"><![CDATA[Re: Data Parsing using C++ SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=336&amp;p=1431#p1431"><![CDATA[
So do I...!<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=5304">skataTingjie1005</a> — 29 Sep 2014, 04:04</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[deepesh.kumar@iitgn.ac.in]]></name></author>
<updated>2014-09-16T17:00:52+02:00</updated>
<published>2014-09-16T17:00:52+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=336&amp;p=1370#p1370</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=336&amp;p=1370#p1370"/>
<title type="html"><![CDATA[Data Parsing using C++ SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=336&amp;p=1370#p1370"><![CDATA[
Hi,<br />I am trying to fetch the data from the eye tracker using c++ code.  I followed the steps used in the guidelines given it the webpage link <!-- m --><a class="postlink" href="http://dev.theeyetribe.com/cpp/">http://dev.theeyetribe.com/cpp/</a><!-- m -->.<br />I get some data from the eye tribe.  But i get some false vales while my eyes are closed and it not detected.  I compared with the values generated by the GUI of EYE Tribe, and the values i got.  But are not similar.<br />Did any of you faced such problem, and can you please suggest me any solution for this.  I need to detect the blink rate of my eye which is giving false data.<br />Here is the simple code i am using to get the data.<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>void MyGaze::on_gaze_data( gtl::GazeData const &amp; gaze_data )<br />{<br />    if( gaze_data.state &amp; gtl::GazeData::GD_STATE_TRACKING_GAZE )<br />    {<br />     gtl::Point2D const &amp; smoothedCoordinatesLeftEye = gaze_data.lefteye.avg; // smoothed data from left eye<br />     gtl::Point2D const &amp; smoothedCoordinatesRightEye=gaze_data.righteye.avg; // smoothed data from right eye<br />LeftEyeX=smoothedCoordinatesLeftEye.x;<br />LeftEyeY=smoothedCoordinatesLeftEye.y;<br />RightEyeX=smoothedCoordinatesRightEye.x;<br />RightEyeY=smoothedCoordinatesRightEye.y;<br />    }<br />}</code></dd></dl><br /><br />thank you,<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=2824">skatadeepesh.kumar@iitgn.ac.in</a> — 16 Sep 2014, 17:00</p><hr />
]]></content>
</entry>
</feed>