From e3e198a4ef220a47e8861e9a5fe91275c3c55118 Mon Sep 17 00:00:00 2001 From: Moscowsky Anton Date: Wed, 10 Feb 2021 19:44:40 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7b604b2..77ea8d4 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ https://www.tobiipro.com/es/learn--support/downloads/ (Changed to: https://www.tobiipro.com/product-listing/eye-tracker-manager/) #### Instalation - +``` bash ./install_all.sh - +``` #### Configuration Run the Tobii Pro Eye Tracker Manager: @@ -21,13 +21,11 @@ Calibrate the device ![Configuration](media/config.gif) #### Run the example code - +``` cd example - gcc main.cpp -o main -pthread /usr/lib/tobii/libtobii_stream_engine.so - ./main - +``` ![Example test](media/example_test.gif)