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

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2015-03-18T10:16:49+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=11&amp;t=62</id>
<entry>
<author><name><![CDATA[8484hui@gmail.com]]></name></author>
<updated>2015-03-18T10:16:49+02:00</updated>
<published>2015-03-18T10:16:49+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=1881#p1881</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=1881#p1881"/>
<title type="html"><![CDATA[Re: How to calibrate using the C# GazeManager ?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=1881#p1881"><![CDATA[
Hi Martin<br /><br />In the coding you posted, why it said my TETCSharpClient.GazeManager does not contain a definition for AddCalibrationStateListener? <br />any help will be appreciated!!<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=7607">skata8484hui@gmail.com</a> — 18 Mar 2015, 10:16</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Martin]]></name></author>
<updated>2014-02-07T19:18:31+02:00</updated>
<published>2014-02-07T19:18:31+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=271#p271</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=271#p271"/>
<title type="html"><![CDATA[Re: How to calibrate using the C# GazeManager ?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=271#p271"><![CDATA[
Visual Studio project <a href="https://github.com/EyeTribe/tet-csharp-samples/tree/master/TETControls" class="postlink">available on Github</a>.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=117">skataMartin</a> — 07 Feb 2014, 19:18</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[uril]]></name></author>
<updated>2014-02-07T18:47:53+02:00</updated>
<published>2014-02-07T18:47:53+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=270#p270</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=270#p270"/>
<title type="html"><![CDATA[Re: How to calibrate using the C# GazeManager ?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=270#p270"><![CDATA[
Hi All,<br /><br />I can not find control dll in my client directory. All I have are these dll's :  Dotway.WPF.Controls, Newtonsoft.Json, TETCSharpClient and TETUserInterface.<br />Can I download from your website, if yes can I please get a link?<br /><br />Thank you,<br /><br />Uril.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=1994">skatauril</a> — 07 Feb 2014, 18:47</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[uril]]></name></author>
<updated>2014-02-06T19:06:29+02:00</updated>
<published>2014-02-06T19:06:29+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=262#p262</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=262#p262"/>
<title type="html"><![CDATA[Re: How to calibrate using the C# GazeManager ?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=262#p262"><![CDATA[
Thank you very much!!!<br /><br />Uril.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=1994">skatauril</a> — 06 Feb 2014, 19:06</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Martin]]></name></author>
<updated>2014-02-03T19:16:18+02:00</updated>
<published>2014-02-03T19:16:18+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=236#p236</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=236#p236"/>
<title type="html"><![CDATA[Re: How to calibrate using the C# GazeManager ?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=236#p236"><![CDATA[
Hi Uril,<br /><br />Please take a look at the <a href="https://github.com/EyeTribe/tet-csharp-samples/blob/master/Calibration/MainWindow.xaml.cs" class="postlink">calibration sample</a> from the <a href="https://github.com/EyeTribe/tet-csharp-samples" class="postlink">tet-cshap-samples</a> on Github.<br /><br />To start a calibration in your own project (first include controls dll) then call the CalibrationRunner:<br />In the example I compiled below you can either wait for the results in the same method, or receive a callback on the ICalibrationResultListener interface when a new calibration occurs. <br /><br /><dl class="codebox"><dt>Code: </dt><dd><code><br />public class MyClass : ICalibrationResultListener<br />{<br />    public MyClass()<br />    {<br />        GazeManager.Instance.Activate(GazeManager.ApiVersion.VERSION_1_0, GazeManager.ClientMode.Push);<br />        GazeManager.Instance.AddCalibrationStateListener(this);<br />    }<br /><br />    private void Calibrate()<br />    {<br />         //Run the calibration on 'this' monitor<br />         var ActiveScreen = Screen.FromHandle(new WindowInteropHelper(this).Handle);<br /><br />         // Initialize and start the calibration<br />         CalibrationRunner calRunner = new CalibrationRunner(ActiveScreen, ActiveScreen.Bounds.Size, 9);<br /><br />         bool isCalibrated = calRunner.Start();<br />         if (!isCalibrated) return;<br /><br />         // Show overall accuracy (in degrees) of last calibration (wait here for it)<br />         Console.Out.WriteLine(GazeManager.Instance.LastCalibrationResult.AverageErrorDegree);<br />    }<br /><br />     // Interface method (callback)<br />     public void OnCalibrationChanged(bool isCalibrated, CalibrationResult calibResult)<br />     {<br />          Console.Out.WriteLine(calibResult.AverageErrorDegree);<br />     }<br />}<br /><br /></code></dd></dl><br /><br />We're preparing more complete documentation and samples to illustrated key concepts such as calibration, trackbox, cursor redirection, selection etc. Aiming at having it ready by Monday (week from today).<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=117">skataMartin</a> — 03 Feb 2014, 19:16</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[uril]]></name></author>
<updated>2014-01-31T23:05:33+02:00</updated>
<published>2014-01-31T23:05:33+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=232#p232</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=232#p232"/>
<title type="html"><![CDATA[Re: How to calibrate using the C# GazeManager ?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=232#p232"><![CDATA[
Hi Everyone,<br /><br />I have tried to use Calibration function from GazeManager but it did not work out.<br />Please see below:<br /> <br />private TETCSharpClient.IGazeCalibrationListener listener;<br />GazeManager.Instance.CalibrationStart(9, listener);<br /><br />Any help will be appreciated!!!<br /><br />Thank you,<br /><br />Uril.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=1994">skatauril</a> — 31 Jan 2014, 23:05</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[uril]]></name></author>
<updated>2014-01-31T17:26:04+02:00</updated>
<published>2014-01-31T17:26:04+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=230#p230</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=230#p230"/>
<title type="html"><![CDATA[How to calibrate using the C# GazeManager ?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=62&amp;p=230#p230"><![CDATA[
Hi Everyone,<br /><br />I'm trying to build in calibration into my code using the C# GazeManager provided with the instructions from the tutorials. Can you provide a little sample code on what needs to be done to complete this procedure? I'm having trouble figuring it out just from the API protocols. <br /><br />Thank you,<br /><br />Uril.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=1994">skatauril</a> — 31 Jan 2014, 17:26</p><hr />
]]></content>
</entry>
</feed>