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

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

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=24&amp;t=318</id>
<entry>
<author><name><![CDATA[sourabhbans0007@gmail.com]]></name></author>
<updated>2014-09-23T13:19:47+02:00</updated>
<published>2014-09-23T13:19:47+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1416#p1416</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1416#p1416"/>
<title type="html"><![CDATA[Re: Server]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1416#p1416"><![CDATA[
i was just asking that. actually i have done it by calling .exe file from program files in primary windows partition. but it seems not an exact way to achieve that ....<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=4745">skatasourabhbans0007@gmail.com</a> — 23 Sep 2014, 13:19</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anders]]></name></author>
<updated>2014-09-19T07:44:46+02:00</updated>
<published>2014-09-19T07:44:46+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1391#p1391</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1391#p1391"/>
<title type="html"><![CDATA[Re: Server]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1391#p1391"><![CDATA[
There is currently no functionality in neither the EyeTribe Open API nor any of the SDKs that will automatically open the EyeTribe Server. The method you mention initialize the SDK and establishes connection to a running server.<br /><br />Since the process of launching another app or program is very platform specific we leave this for the developer to solve based on their target platform.  Since our SDKs can be used on many platforms, this feature is a bit troublesome to generalize. <br /><br />That being said, maybe <a href="http://stackoverflow.com/questions/11758865/how-to-programmatically-c-or-java-launch-an-app-in-windows-and-invoke-click-i" class="postlink">this post</a> can help you.<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 Sep 2014, 07:44</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[sourabhbans0007@gmail.com]]></name></author>
<updated>2014-09-02T09:29:26+02:00</updated>
<published>2014-09-02T09:29:26+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1336#p1336</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1336#p1336"/>
<title type="html"><![CDATA[Re: Server]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1336#p1336"><![CDATA[
yes, i did it already as you said. i am working on eclipse and i added it in build path(and project reference) . and that (system.out.print...) is nothing, i mean its not for recognising TheEyeTribe server just ignore it. but it gives following error.<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>Unable to open socket. Is EyeTribe Server running? Exception: Connection refused: connect<br />Error initializing GazeManager, is EyeTribe Server running?<br /><br /></code></dd></dl><br /><br />and here is my code ...<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>package tet;<br /><br />import com.theeyetribe.client.GazeManager;<br />import com.theeyetribe.client.GazeManager.ApiVersion;<br />import com.theeyetribe.client.GazeManager.ClientMode;<br />import com.theeyetribe.client.IGazeListener;<br />import com.theeyetribe.client.data.GazeData;<br /><br />public class TeTSimple<br />{<br />    public static void main(String&#91;&#93; args)<br />    {<br />        final GazeManager gm = GazeManager.getInstance();<br />        boolean success = gm.activate(ApiVersion.VERSION_1_0, ClientMode.PUSH);<br />        <br />        final GazeListener gazeListener = new GazeListener();<br />        gm.addGazeListener(gazeListener);<br />        <br />        //TODO: Do awesome gaze control wizardry<br />        <br />        Runtime.getRuntime().addShutdownHook(new Thread()<br />        {<br />            @Override<br />            public void run()<br />            {<br />                gm.removeGazeListener(gazeListener);<br />             gm.deactivate();<br />            }<br />        });<br />    }<br />    <br />    private static class GazeListener implements IGazeListener<br />    {<br />        @Override<br />        public void onGazeUpdate(GazeData gazeData)<br />        {<br />           <br />           double gX = gazeData.smoothedCoordinates.x;<br />            double gY = gazeData.smoothedCoordinates.y;<br />            <br />            <br />            System.out.println(&quot;data is : &quot;+ gX+&quot; , &quot;+gY);<br />             <br />        }<br />    }<br />}<br /></code></dd></dl><p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=4745">skatasourabhbans0007@gmail.com</a> — 02 Sep 2014, 09:29</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rZamora]]></name></author>
<updated>2014-08-28T13:46:53+02:00</updated>
<published>2014-08-28T13:46:53+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1331#p1331</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1331#p1331"/>
<title type="html"><![CDATA[Re: Server]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1331#p1331"><![CDATA[
yes, that is how i have it, and it works for me.<br />have you added the TETJava.jar file to your product?<br />and have you imported the GazeManager class:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>import com.theeyetribe.client.GazeManager;<br />import com.theeyetribe.client.GazeManager.ApiVersion;<br />import com.theeyetribe.client.GazeManager.ClientMode;</code></dd></dl><br /><br />Probably the System.out you call is too early, at that stage you have just instantiated the GazeManager.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=4638">skatarZamora</a> — 28 Aug 2014, 13:46</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[sourabhbans0007@gmail.com]]></name></author>
<updated>2014-08-22T15:49:31+02:00</updated>
<published>2014-08-22T15:49:31+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1319#p1319</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1319#p1319"/>
<title type="html"><![CDATA[Server]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=318&amp;p=1319#p1319"><![CDATA[
Hi there , I need to start TET server programmatically. how to achieve that. I have used <br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>final GazeManager gm = GazeManager.getInstance();<br />           System.out.println(&quot;GazeManager tracker state before   : &quot;+gm.getTrackerState());<br />           boolean success = gm.activate(ApiVersion.VERSION_1_0, ClientMode.PUSH);</code></dd></dl><br /> <br />as given in theeyetribe's developers block. but it doesn't work.If i used to start server manually and run project than it works.<br />how to do that ? <br />thanx in advance.<br /><br />sourabh bans<br />&lt;sourabhbans007@gmail.com&gt;<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=4745">skatasourabhbans0007@gmail.com</a> — 22 Aug 2014, 15:49</p><hr />
]]></content>
</entry>
</feed>