|
|
|
@ -1,16 +1,15 @@
|
|
|
|
It allows to install the drivers and development libraries to operate devices compatible with IS4 (Tobii 4C, 5).
|
|
|
|
It allows to install the drivers and development libraries to operate devices compatible with IS4 (Tobii 4C).
|
|
|
|
|
|
|
|
|
|
|
|
The deps packages were obtained from the tobii page:
|
|
|
|
The deps packages were obtained from the tobii page:
|
|
|
|
https://developer.tobii.com/consumer-eye-trackers/stream-engine/getting-started
|
|
|
|
https://developer.tobii.com/consumer-eye-trackers/stream-engine/getting-started
|
|
|
|
|
|
|
|
|
|
|
|
The manager is obtained from:
|
|
|
|
The manager is obtained from:
|
|
|
|
https://www.tobiipro.com/es/learn--support/downloads/
|
|
|
|
https://www.tobiipro.com/es/learn--support/downloads/
|
|
|
|
(Changed to: https://www.tobiipro.com/product-listing/eye-tracker-manager/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Instalation
|
|
|
|
#### Instalation
|
|
|
|
```
|
|
|
|
|
|
|
|
bash ./install_all.sh
|
|
|
|
bash ./install.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Configuration
|
|
|
|
#### Configuration
|
|
|
|
|
|
|
|
|
|
|
|
Run the Tobii Pro Eye Tracker Manager:
|
|
|
|
Run the Tobii Pro Eye Tracker Manager:
|
|
|
|
@ -21,11 +20,13 @@ Calibrate the device
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
#### Run the example code
|
|
|
|
#### Run the example code
|
|
|
|
```
|
|
|
|
|
|
|
|
cd example
|
|
|
|
cd example
|
|
|
|
|
|
|
|
|
|
|
|
gcc main.cpp -o main -pthread /usr/lib/tobii/libtobii_stream_engine.so
|
|
|
|
gcc main.cpp -o main -pthread /usr/lib/tobii/libtobii_stream_engine.so
|
|
|
|
|
|
|
|
|
|
|
|
./main
|
|
|
|
./main
|
|
|
|
```
|
|
|
|
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -34,12 +35,10 @@ You will see how the tracker captures the position of the screen you are looking
|
|
|
|
|
|
|
|
|
|
|
|
#### Test env:
|
|
|
|
#### Test env:
|
|
|
|
|
|
|
|
|
|
|
|
SO: Ubuntu 20.04 LTS
|
|
|
|
SO: Ubuntu 18.10 x86_64 Cinnamon 4.18.0-17-generic
|
|
|
|
|
|
|
|
|
|
|
|
Tracker: Tobii 4C, Tobii 5
|
|
|
|
Tracker: Tobii
|
|
|
|
|
|
|
|
|
|
|
|
See:
|
|
|
|
|
|
|
|
https://github.com/Eitol/tobii_is4_x11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|