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

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2015-01-13T09:57:20+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=24&amp;t=397</id>
<entry>
<author><name><![CDATA[Anders]]></name></author>
<updated>2015-01-13T09:57:20+02:00</updated>
<published>2015-01-13T09:57:20+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=397&amp;p=1628#p1628</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=397&amp;p=1628#p1628"/>
<title type="html"><![CDATA[Re: efficient processing of gazeData]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=397&amp;p=1628#p1628"><![CDATA[
Hi  Szymek <br /><br />I'll do my best to answer your questions below.<br /><br /><blockquote class="uncited"><div><br />...saving data from eye tracker the gui can freeze for a very small moment...<br /></div></blockquote><br /><br />All heavy duty processing like caching and networking should be done in seperate threads. That rule applies to most programs and is not something specific to using our SDKs. We make sure that callbacks to all listeners are done in seperate threads in the SDK, but that does not elliminate the chance that expensive processing in the callback will slow down your program. I suggest handling your caching in a seperate thread (or thread pool) or using a 3rd party API for this.<br /><br /><blockquote class="uncited"><div><br />not to mention that Eye tribe data recording is quite peformance hungry<br /></div></blockquote><br /><br />I am sorry (and supprised) to hear this. Our software is highly optimized and should not result in a noticeable overhead. If you write a short program using the Java SDK that simply activates the SDK and attaches a GazeListener and output GazeData to the console, you should not experience any overhead. If that is the case, I would like to know more about your hardware setup.<br /><br /><blockquote class="uncited"><div><br />is it possible to make gazeData events less frequent ?<br /></div></blockquote><br /><br />The metioned FPS setting decides how many gazedata frame you recieve per second. If you whish to cache less frequently, then simply tell your program to e.g. skip every other frame.<br /><br /><blockquote class="uncited"><div><br />not to mention that in my UI this option cannot be selected<br /></div></blockquote><br /><br />We release updates to our software very frequently. You should log in with the credentials you got when you recieved our Dev Kit to get the latest version. That will improve general perfomance also.<br /><br />Hope this helps.<br /><br />/Anders<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=120">skataAnders</a> — 13 Jan 2015, 09:57</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Szymek]]></name></author>
<updated>2015-01-05T16:31:10+02:00</updated>
<published>2015-01-05T16:31:10+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=397&amp;p=1612#p1612</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=397&amp;p=1612#p1612"/>
<title type="html"><![CDATA[efficient processing of gazeData]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=397&amp;p=1612#p1612"><![CDATA[
Hi,<br /><br />I wanted to ask about ideas regarding processing eye data, in my app in short I want to show moving ball on screen, capture gaze data and show all info on line chart. (first offline after recording, in later stage online as well) The problem I stumbled into is that when in gazeListener I am reaching to form to get ball position on screen and in the same time I am saving data from eye tracker the gui can freeze for a very small moment due to mentioned processing (not to mention that Eye tribe data recording is quite peformance hungry). Despite not having to complicated login in listener the performance is quite poor...<br /><br />I am using Java swing for now (tried with JavaFX but seems that it was less efficient) and Jfreechart for showing data.<br /><br />Ideas that come to my mind:<br />- Eye Tribe API solution - is it possible to make gazeData events less frequent ? in UI i saw possibility to change Hz from 30 to 60 - but will this change something ? not to mention that in my UI this option cannot be selected<br />- java side solution - run them in separate threads with prioritization of GUI (tried with InvokeLater with no bigger effect)<br /><br />Any ideas how to tackle this problem ?<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=6639">skataSzymek</a> — 05 Jan 2015, 16:31</p><hr />
]]></content>
</entry>
</feed>