Giter Site home page Giter Site logo

tpiekarski / qtobii-dev-track Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 0.0 350 KB

Utility for discovering, testing and developing Eye and Gaze Tracking

License: Mozilla Public License 2.0

C++ 95.02% QMake 4.98%
cpp qt qt5 tobii tobii-eye-tracker eye-tracking gaze-tracking tobii-eye-tracker-4c

qtobii-dev-track's Introduction

QTobiiDevTrack

Build status

Utility for discovering, testing and developing Eye and Gaze Tracking with Qt, Tobii Stream Engine Native and Tobii Eye Tracking Device.

Features

Screenshots of QTobiiDevTrack

# Tracker Description Status
1. Gaze Point Normalized X/Y-Tracking of gaze at the screen done
2. Gaze Point Denormalized X/Y-Tracking of gaze at the screen done
3. Gaze Origin X/Y/Z-Tracking of gaze origin for each eye done
4. Eye Position X/Y/Z-Tracking of position for each eye done
5. User Presence Boolean for tracking if user is present done
6. Head Position X/Y/Z-Tracking of head position and rotation done

Development

This utility provides all major tracking capabilities which the eye tracker from Tobii is offering, but still there are a few things to do, to learn and to tinker around with. Please see the TODO.

Requirements

Building

Dependencies

For managing dependencies Paket is used and the bootstrapper binary executable is included in the directory .paket. Before continuing the build process please install all dependencies by running:

.paket\paket.exe install

MSBuild

To compile and link the application with MSBuild, but without a Visual Studio Project nor Solution, configure the CLI environment with vcvarsall, where [product] is Community, Professional, etc., [YYYY] the version of VS 2015/2017/etc. and [target] is either x86 or x64.

"C:\Program Files (x86)\Microsoft Visual Studio\[YYYY]\[product]\VC\Auxiliary\Build\vcvarsall.bat" [target]

Inside this environment run qmake, nmake and mt to build either a debug or release build:

qmake qtobii-dev-track.pro
nmake [debug|release]
mt.exe -manifest ..\qtobii-dev-track.mf -outputresource:qtobii-dev-track.exe

Qt Creator

To compile and link the application inside Qt Creator just open the qtobii-dev-track.pro, run qmake and build it. When using shadow builds make sure to add one additional build step to copy the packages directory to the build directory before running jom. Otherwise linking will fail due to missing tobii_stream_engine.lib.

Visual Studio

To compile and link the application inside Visual Studio generate a Visual Studio project file with qmake and then proceed and build the project.

qmake -tp vc qtobii-dev-track.pro

MinGW

To compile and link the application with MinGW run:

qmake qtobii-dev-track.pro
mingw32-make

qtobii-dev-track's People

Contributors

tpiekarski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

qtobii-dev-track's Issues

Create issues for all open and pending TODO items

Description

For further development of this utility the idle todo items from the TODO.md files should be collected and for every such item there should be one issue created here at Github.

Perhaps in doing this development would be picked up and continued by me or someone else.
At least the tasks would be more exposed, easier to handle, simpler assignable and way better to track.

Current TODO.md file

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.