Giter Site home page Giter Site logo

eyetribe_client's Introduction

The Eye Tribe

Client for Eye Tribe Tracker

This repo handles resources to build a client for multi-connected Eyetribe. Instructions updated regarding LTS of .NET & .NET Framework, and examples from official website updated in consequence.

Official Documentation

The EyeTribe API reference is found at Eye Tribe Developer Website.

Steps

  1. Download (Visual Studio 2022)[https://visualstudio.microsoft.com/en/downloads/], (.NET Framework 4.8)[https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48]
  2. Select appropriate options in VS Installer to downlaod
  3. In Visual Studio 2022, open the (samples project)[https://github.com/EyeTribe/tet-csharp-samples/tree/master] by selecting the .sln file.
  4. Update to .NET Framework 4.8 in the window which will automatically pops up.
  5. Right-click on the desired .csproj file and select Set as start-up project
  6. Run using the plain green play button on top.

NB: Calibration starts on the current screen of the EyeTribe window.

Note: In order to run Eye Tribes in parralel, you'll need to run one Tribe server for each. To do so, use config files :

{
   "config" : {
     "device" : [deviceIndex - until 8 according to official doc],
     "remote" : false,
     "framerate" : 60,
     "port" : [port]   
   }
}

and launch them from a terminal :

start "" "C:\Program Files (x86)\EyeTribe\Server\EyeTribe.exe" "path\to\config\file\EyeTribe2.cfg"

Multidevice client

  1. Select MultideviceCalibration.csproj as startup project in VS.
  2. Run the project
  3. Changing of running device for calibration might take few seconds, the window may freeze meanwhile

eyetribe_client's People

Watchers

Raphaël Perraud avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.