Skip to content

Commit

Permalink
Added more stream info and added events stream.
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Dec 20, 2019
1 parent 88b70c1 commit f789dd2
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 60 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cmake_minimum_required(VERSION 3.5)
project(TobiiStreamEngine
LANGUAGES CXX
VERSION 0.1)
cmake_policy(SET CMP0074 NEW)

#: [project](https://cmake.org/cmake/help/latest/command/project.html) sets the
#: name of the app, the languages used and the version. The version is later on
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Application Description

Stream data from Tobii consumer devices over LSL.
So for only a single stream with 2-D gaze points on screen in normalized coordinates is provided.

## Dependencies
## Download

Find the latest release on [the release page](https://github.com/labstreaminglayer/App-TobiiStreamEngine/releases).
Note that you will need to provide your own copy of tobii_stream_engine.dll and put it in the same folder.
Find it [here](https://developer.tobii.com/consumer-eye-trackers/stream-engine/getting-started/)

## Build Dependencies

Download and unzip the Stream Engine for Windows x64 from the bottom of
[this page](https://developer.tobii.com/consumer-eye-trackers/stream-engine/getting-started/).
Expand All @@ -13,10 +20,6 @@ Download and unzip the latest liblsl binaries for Win64 from [the liblsl release
I downloaded liblsl-1.13.0-Win64.7z. I unzipped into C:\Users\chboulay\Tools\liblsl\liblsl .
This folder name will be provided to cmake as `LSL_INSTALL_ROOT`.

## Download

When the app is done, downloads will be available on the releases page.

# Build

Follow the generic LSL-App build instructions for building apps using
Expand Down
3 changes: 3 additions & 0 deletions cmake/FindTobii.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
# 2018 Ryan Pavlik for Sensics, Inc.
#
# Copyright Sensics, Inc. 2018.
#
# Modified by Chadwick Boulay, 2019-12-20
#


set(Tobii_ROOT
Expand Down
Loading

0 comments on commit f789dd2

Please sign in to comment.