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

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

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=25&amp;t=469</id>
<entry>
<author><name><![CDATA[Anders]]></name></author>
<updated>2016-06-14T12:15:14+02:00</updated>
<published>2016-06-14T12:15:14+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=469&amp;p=2586#p2586</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=469&amp;p=2586#p2586"/>
<title type="html"><![CDATA[Re: Timestamp field missing. What is the meaning of (int) ti]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=469&amp;p=2586#p2586"><![CDATA[
The 'time' field is a integer representation of when a frame was sampled in the EyeTribe Server. The 'time' is platform and architecture specific (Windows, macOS, Android) and therefore does not easily <span style="font-style: italic">translate</span> into a string representation. Therefore there is a dedicated field for the string representation called 'timestamp'. This is explained in the <a href="http://dev.theeyetribe.com/api/#frame_object" class="postlink">API doc</a>.<br /><br />The 'time' field increments as time passes and should be used to calculate the delta time between incoming frames.<br /><br />The 'timestamp' field will be added to the C++ SDK in the next release.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=120">skataAnders</a> — 14 Jun 2016, 12:15</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[gvdambros@gmail.com]]></name></author>
<updated>2016-06-01T09:48:44+02:00</updated>
<published>2016-06-01T09:48:44+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=469&amp;p=2576#p2576</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=469&amp;p=2576#p2576"/>
<title type="html"><![CDATA[Re: Timestamp field missing. What is the meaning of (int) ti]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=469&amp;p=2576#p2576"><![CDATA[
I have the same question. Can someone help?<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=11943">skatagvdambros@gmail.com</a> — 01 Jun 2016, 09:48</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[zackbam@gmail.com]]></name></author>
<updated>2015-04-16T22:46:31+02:00</updated>
<published>2015-04-16T22:46:31+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=469&amp;p=1955#p1955</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=469&amp;p=1955#p1955"/>
<title type="html"><![CDATA[Timestamp field missing. What is the meaning of (int) time??]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=469&amp;p=1955#p1955"><![CDATA[
It seems like the (string) timestamp field is missing from the gtl::GazeData class in c++. <br /><br />The gtl::GazeData class fields only includes the (int) time variable. But I do not have any clue of what this integer means. Obviously it is a value in milliseconds. It is not the systemtime value though: each time I reboot it does not reinitialize. If I convert these milliseconds to hours, I get something that corresponds to 18.77 hours right now.  I do not recall something special happening 18.77 hours ago...<br />Here are the current values of the timestamp and the time as they appear in the API console at this moment:<br /> <br />&quot;time&quot;: 67580329,    &quot;timestamp&quot;: &quot;2015-04-16 22:59:08.073&quot;. <br /><br />One more observation I made is that the last three digits are not the same in the timestamp and the time values. So it is not start of day or week, moth or whatever. So the time value should be reinitialized by a specific event. And this event is not the system boot. It is neither the time of last calibration nor of installation of the sdk. <br />Anyone has any idea of what this 'time' value corresponds to? <br /><br />Ideally I would like to have the system time. Or the timestamp string as it appears in the API console. Any hints???<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=2354">skatazackbam@gmail.com</a> — 16 Apr 2015, 22:46</p><hr />
]]></content>
</entry>
</feed>