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

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2014-11-11T07:56:40+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=27&amp;t=222</id>
<entry>
<author><name><![CDATA[maparedes@udec.cl]]></name></author>
<updated>2014-11-11T07:56:40+02:00</updated>
<published>2014-11-11T07:56:40+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1498#p1498</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1498#p1498"/>
<title type="html"><![CDATA[Re: Matlab SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1498#p1498"><![CDATA[
Hi everyone!<br /><br />I have a problem with the toolbox for matlab.<br /><br />when I execute the code in matlab using the examples that are includes in the  toolbox's folder, <br /><br />I have an error<br /><br />&gt;&gt; EXAMPLE_PTB<br /><br />Error uisng AsserMex (line 187)<br />Error in Screen (line 162)<br />Error in EXAMPLE_PTB (line 9)<br /><br />or if I use:<br /><br />&gt;&gt; EXAMPLE<br /><br />Error using fwrite<br />Error in eyetribe_send_command (line 17)<br />Error in EXAMPLE (line 12)<br /><br /><br />....<br /><br />I  installed the Pyschtoolbox, but I don't understand why not compile the examples.<br /><br />thank for your help !<br /><br /><br />PS: sorry, I don't have a good english, I hope that you can understand me.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=4666">skatamaparedes@udec.cl</a> — 11 Nov 2014, 07:56</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[danmroberts@gmail.com]]></name></author>
<updated>2014-09-25T22:39:20+02:00</updated>
<published>2014-09-25T22:39:20+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1426#p1426</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1426#p1426"/>
<title type="html"><![CDATA[Re: Matlab SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1426#p1426"><![CDATA[
For those looking to link with MATLAB in order to use the eyetribe with psychtoolbox, I've also been working on a Psychtoolbox plug-in, written in C and using Psychtoolbox's native threading / timestamping. It's not quite finished but should be relatively soon.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=334">skatadanmroberts@gmail.com</a> — 25 Sep 2014, 22:39</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[thomas.kuebler@uni-tuebingen.de]]></name></author>
<updated>2014-09-19T10:36:31+02:00</updated>
<published>2014-09-19T10:36:31+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1396#p1396</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1396#p1396"/>
<title type="html"><![CDATA[Re: Matlab SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1396#p1396"><![CDATA[
Hi,<br />there is also a way to actively push data into matlab just by adding a bit of Java code.<br /><!-- m --><a class="postlink" href="http://undocumentedmatlab.com/blog/matlab-callbacks-for-java-events">http://undocumentedmatlab.com/blog/matl ... ava-events</a><!-- m --><br />Works fine for me wogether with a psychtoolbox calibration and you don't have to pull data in your matlab main-loop.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=3395">skatathomas.kuebler@uni-tuebingen.de</a> — 19 Sep 2014, 10:36</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[esdalmaijer]]></name></author>
<updated>2014-09-17T00:03:36+02:00</updated>
<published>2014-09-17T00:03:36+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1371#p1371</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1371#p1371"/>
<title type="html"><![CDATA[Re: Matlab SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1371#p1371"><![CDATA[
Hi guys,<br /><br />My approach is slightly different, but results in a straightforward Matlab SDK nonetheless. The idea is to mostly bypass Matlab, as it has no proper native multithreading functionality. In the current setup, Matlab talks to a server (Python-based, compiled to a standalone executable), which handles further communication to the EyeTribe Server, data storing etc. The source can be found on GitHub:<br /><br /><a href="https://github.com/esdalmaijer/EyeTribe-Toolbox-for-Matlab" class="postlink">https://github.com/esdalmaijer/EyeTribe-Toolbox-for-Matlab</a><br /><br />Example experiment:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>% initialize connection<br />&#91;success, connection&#93; = eyetribe_init('test');<br /><br />% start recording<br />success = eyetribe_start_recording(connection);<br /><br />% log something<br />success = eyetribe_log(connection, 'TEST_START');<br /><br />% get a few samples<br />for i = 1:60<br />    pause(0.0334)<br />    &#91;succes, x, y&#93; = eyetribe_sample(connection);<br />    &#91;succes, size&#93; = eyetribe_pupil_size(connection);<br />    disp(&#91;'x=' num2str(x) ', y=' num2str(y) ', s=' num2str(size)&#93;)<br />end<br /><br />% log something<br />success = eyetribe_log(connection, 'TEST_STOP');<br /><br />% stop recording<br />success = eyetribe_stop_recording(connection);<br /><br />% close connection<br />succes = eyetribe_close(connection);</code></dd></dl><p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=3107">skataesdalmaijer</a> — 17 Sep 2014, 00:03</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[gumush@gmail.com]]></name></author>
<updated>2014-08-17T20:15:15+02:00</updated>
<published>2014-08-17T20:15:15+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1297#p1297</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1297#p1297"/>
<title type="html"><![CDATA[Re: Matlab SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1297#p1297"><![CDATA[
@ulf.schnabel  we'r still looking for the using eyetribe in matlab , could you test your java script to connect them to eachother.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=4302">skatagumush@gmail.com</a> — 17 Aug 2014, 20:15</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[akcooper@ncsu.edu]]></name></author>
<updated>2014-08-09T02:42:57+02:00</updated>
<published>2014-08-09T02:42:57+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1246#p1246</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1246#p1246"/>
<title type="html"><![CDATA[Re: Matlab SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1246#p1246"><![CDATA[
Hi,<br /><br />I am not much of a programmer but am looking for help in exporting the data from the tracker into matlab where I can work with it.  Any advice?<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=4687">skataakcooper@ncsu.edu</a> — 09 Aug 2014, 02:42</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[thomas.kuebler@uni-tuebingen.de]]></name></author>
<updated>2014-06-26T11:27:55+02:00</updated>
<published>2014-06-26T11:27:55+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1022#p1022</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1022#p1022"/>
<title type="html"><![CDATA[Re: Matlab SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1022#p1022"><![CDATA[
Hi, I am at the point of getting data from the tracker in Matlab now, but would like to have a look at your code for the calibration part. Thanks!<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=3395">skatathomas.kuebler@uni-tuebingen.de</a> — 26 Jun 2014, 11:27</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ulf.schnabel@gmail.com]]></name></author>
<updated>2014-06-25T16:34:49+02:00</updated>
<published>2014-06-25T16:34:49+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1018#p1018</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1018#p1018"/>
<title type="html"><![CDATA[Re: Matlab SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1018#p1018"><![CDATA[
I have this working already. I wrote a small Java class that allows calibration and on-line data retrieval to be loaded in Matlab.<br /><br />I still have to optimize a few things but I can make this available soon. Let me know if you are still interested in it.<br /><br />Cheers<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=3057">skataulf.schnabel@gmail.com</a> — 25 Jun 2014, 16:34</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[thomas.kuebler@uni-tuebingen.de]]></name></author>
<updated>2014-06-24T16:34:59+02:00</updated>
<published>2014-06-24T16:34:59+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1015#p1015</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1015#p1015"/>
<title type="html"><![CDATA[Re: Matlab SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=1015#p1015"><![CDATA[
You can probably call the java API functions directly from Matlab in order to combine e.g. with psychtoolbox.<br />It's not trivial however, since you have to compile the API and gson (as a dependency) with java 1.6 (Matlab's support for newer versions of Java is not good)[or get a precompiled package from someone].<br />I am not finished testing yet, but it seems to work. If you need further help I could drop some more hints <img src="http://theeyetribe.com/forum/images/smilies/icon_e_wink.gif" alt=";-)" title="Wink" /><p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=3395">skatathomas.kuebler@uni-tuebingen.de</a> — 24 Jun 2014, 16:34</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wasim]]></name></author>
<updated>2014-06-04T09:20:18+02:00</updated>
<published>2014-06-04T09:20:18+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=964#p964</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=964#p964"/>
<title type="html"><![CDATA[Matlab SDK]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=222&amp;p=964#p964"><![CDATA[
Is the SDK available as a Matlab toolbox or are there any plans to provide that at some point?  Thanks.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=1523">skatawasim</a> — 04 Jun 2014, 09:20</p><hr />
]]></content>
</entry>
</feed>