The physical setup settings defines the physical setup of eye-tracker in the test environment and also defines the properies of the camera lens. Knowing the setup geometry enables the system to convert visual gaze angles to screen pixels or millimeters.
These settings can be written to a settings file .eyevec-setuprc
(in your
home directory) using the
eyevec-control application.
This makes the physical setup settings persistent across eye-tracking sessions.
You can edit the settings file using any plain text editor.
The SDK contains get and set functions for all settings.
See also: Physical setup settings functions
Details
The names of all settings are in lowercase with dashes between the parts that
make up the name. In the settings file however the dashes are removed. For
instance the setting named subject-distance is called
subjectdistance
in the settings file.
Name | Valid range / options | Default | Description |
---|---|---|---|
0 or [2000, 8000] |
0 |
Focal length of the camera-lens system [px] |
|
0 or [8, 50] |
0 |
Metric focal length of the camera lens [mm] |
|
0 or [1.4, 4] |
0 |
Focal ratio (i.e. f-number) of the camera lens |
|
[0.001, 0.04] |
0.025 |
Acceptable circle of confusion [mm]. This defines the depth-of-field for given subject-distance, focal-length
and focal-ratio: |
|
[30, 80] |
50 |
Distance from camera pivot axis to camera lens [mm] |
|
0: false |
0 |
If set, the camera image will be flipped horizontally Enable this if the eye-tracker is mounted up-side down. |
|
0: false |
0 |
If set, the camera image will be flipped vertically Enable this if the eye-tracker is mounted up-side down. |
|
0: EyeVec stand lower notch |
2 |
Eye-tracker stand |
|
[40, 300] |
depends on eye-tracker stand |
Vertical distance from base (desktop) to camera pivot axis [mm] |
|
[0, 5000] |
160 |
Horizontal distance from camera pivot axis to vertical screen center [mm] |
|
[0, 500] |
250 |
Vertical distance from base (desktop) to vertical screen center [mm] |
|
[250, 650] |
475 |
Vertical distance from base (desktop) to eye [mm] |
|
[500, 800] |
600 |
Subject distance from camera [mm] This is the distance the camera is focussed on. |
|
0 or [1, 6] |
1 |
Number of the screen below which the eye-tracker is placed |
|
0 or [100, 5000] |
0 |
Screen width [mm] Only define this if presenting stimuli using a beamer or if other means of stimulus presentation are used. |
|
0 or [100, 2000] |
0 |
Screen height [mm] Only define this if presenting stimuli using a beamer or if other means of stimulus presentation are used. |