-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d44ccb1
commit 6ed4582
Showing
1 changed file
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,29 @@ | ||
Gazer | ||
======== | ||
|
||
Application to view gaze-contingent images, e.g., images with varibale | ||
Application to view gaze-contingent images, e.g., images with variable | ||
depth-of-field created from Lytro images. | ||
|
||
Features | ||
-------- | ||
Supports EyeX eye tracker and Lytro Illum images. | ||
|
||
* support for Tobii EyeX eye tracker | ||
* importer for Lytro ILLUM images. | ||
* Saving and loading of optimised custom file format that allows easy sharing | ||
of images with gaze-contingent depth-of-field. | ||
* export and import of Image Stacks (combination of DOF slices and a depth map) | ||
|
||
Usage | ||
----- | ||
Running the gui requires the Tobii.EyeX.Client.dll to be specified in the | ||
EYEX_LIB_PATH env variable. We recommend setting it to '../lib' and putting the | ||
dll into the corresponding top level lib folder. | ||
|
||
Installation instructions | ||
------------------------- | ||
Running the UI from source requires the requirements described in the | ||
requirements.txt and the location of the Tobii.EyeX.Client.dll to be specified | ||
in the EYEX_LIB_PATH environment variable or be in the working dir the script | ||
is started from. We recommend setting it to '../lib' and putting the dll into the | ||
corresponding top level lib folder. | ||
|
||
Example Images | ||
-------------- | ||
|
||
About | ||
----- | ||
|
||
This software was created at the University of St Andrews by Michael Mauderer with the help of David Morrison. | ||
It was developed as part of the [Deepview project](http://deepview.cs.st-andrews.ac.uk/), supervised by Miguel Nacenta. |