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

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2016-02-06T19:35:37+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=24&amp;t=581</id>
<entry>
<author><name><![CDATA[honzzyk@gmail.com]]></name></author>
<updated>2016-02-06T19:35:37+02:00</updated>
<published>2016-02-06T19:35:37+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=581&amp;p=2464#p2464</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=581&amp;p=2464#p2464"/>
<title type="html"><![CDATA[Re: Problem with the new SDK v.0.9.60]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=581&amp;p=2464#p2464"><![CDATA[
OK, solved - on github was wrong version of the jar file. Now it works.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=7213">skatahonzzyk@gmail.com</a> — 06 Feb 2016, 19:35</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[honzzyk@gmail.com]]></name></author>
<updated>2016-02-06T15:27:23+02:00</updated>
<published>2016-02-06T15:27:23+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=581&amp;p=2463#p2463</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=581&amp;p=2463#p2463"/>
<title type="html"><![CDATA[Problem with the new SDK v.0.9.60]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=581&amp;p=2463#p2463"><![CDATA[
Hello,<br /><br />I use EyeTribe for a long time without problem. But with the new SDK v.0.9.60 I have trouble because I can not get the gaze data from the camera. The method &quot;onGazeUpdate&quot; is never called. <br /><br />I have tried for example the code from the developer site (<a href="http://dev.theeyetribe.com/java/" class="postlink">http://dev.theeyetribe.com/java/</a>). I did this: I created a new project in eclipse, add &quot;eyetribe-java-0.9.60.jar&quot; (downloaded from <a href="https://github.com/EyeTribe/tet-java-client/releases" class="postlink">https://github.com/EyeTribe/tet-java-client/releases</a>) to the build path, created a new class with the mentioned code and run it. But the &quot;onGazeUpdate&quot; method is never called. Is the code OK? It is copied from here - I just deleted &quot;ApiVersion.VERSION_1_0, ClientMode.PUSH&quot; because it seem it is not compatible with new API.<br /><br />The code works with older SDK (only imports have to be changed, because of the new structure of the new SDK). Here is the code:<br /><dl class="codebox"><dt>Code: </dt><dd><code>package com.theeyetribe.javafx;<br /><br />import com.theeyetribe.clientsdk.GazeManager;<br />import com.theeyetribe.clientsdk.IGazeListener;<br />import com.theeyetribe.clientsdk.data.GazeData;<br /><br />public class TETSimple {<br />    public static void main(String&#91;&#93; args) {<br />        final GazeManager gm = GazeManager.getInstance();<br />        boolean success = gm.activate();<br />        final GazeListener gazeListener = new GazeListener();<br />        gm.addGazeListener(gazeListener);<br />        Runtime.getRuntime().addShutdownHook(new Thread() {<br />            @Override<br />            public void run() {<br />                gm.removeGazeListener(gazeListener);<br />                gm.deactivate();<br />            }<br />        });<br />    }<br /><br />    private static class GazeListener implements IGazeListener {<br />        @Override<br />        public void onGazeUpdate(GazeData gazeData) {<br />            System.out.println(gazeData.toString());<br />        }<br />    }<br />}</code></dd></dl><br /><br />What I am doing wrong? The EyeTribe works perfectly if I try to run for example the &quot;EyeTribeJavaFx.jar&quot; from <a href="https://github.com/EyeTribe/tet-java-client/releases" class="postlink">https://github.com/EyeTribe/tet-java-client/releases</a>. But it doesnt work with my own code.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=7213">skatahonzzyk@gmail.com</a> — 06 Feb 2016, 15:27</p><hr />
]]></content>
</entry>
</feed>