Page 1 of 1

Samples running issues.

PostPosted: 02 Apr 2014, 16:00
by Mycs
Hi

I've faced some problems with your provided C# sample (https://github.com/EyeTribe/tet-csharp-samples). I just don't understand what it is expected to do.

As I supposed (after loooking through its descriptions and briefly checking out the code), this particular solution was expected to run calibration process at first and then automaticly start mouse cursor control. And as for scrolling control I assumed that this part was provided only as an addition which could be implemented if necessary.

But probably I got it all wrong, because it doesn't work this way. As I've tried, this project does not start either mouse cursor control or scrolling control. At least automaticly after calibration process, which actually works fine.

Could you please explain how this sample is really expected to work? Does it provide either mouse cursor control or scrolling control at all? And if does (I'm pretty sure it does) how it works? What changes in projects should be done to achieve it?

Regards,
Max

p.s. I hope you won't consider these questions as too stupid to be answered.

Re: Samples running issues.

PostPosted: 03 Apr 2014, 13:58
by Javier
The C# samples provide very basic control functionality. Currently we provide 3 different examples that developers can use in their projects: a trackbox component, a calibration sample, and a "browser" demo.

The only control functionality built into the samples is the "browser" in the corresponding scroll project, that shows how to integrate the gaze information into an application, in this case a browser that allows user to scroll up and down automatically. The samples do not provide mouse cursor control using the eyes. You can get mouse cursor control in the main EyeTribe UI by enabling the corresponding option (see this guide), but developers are encouraged to use the provided API to integrate eye control into their applications, instead of taking over the mouse cursor.

Hope that helped!