You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-4Lines changed: 37 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,44 @@
1
1
# SaccadeVR-mobile:
2
2
3
-
A software package on Unity to use HTC VIVE Pro Eye, a head-mounted display with virtual reality technology, for assessment of saccadic eye movement.
3
+
A software package of Unity to use HTC VIVE Pro Eye, a head-mounted display with virtual reality technology, for assessment of saccadic eye movement.
4
4
5
5
6
-
## Installation:
6
+
## System set-up
7
7
8
-
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
8
+
###### Software version
9
+
The following software is used for the measurement system.
10
+
- Unity: 2019.2.5f1
11
+
- Steam VR: 1.11.11
12
+
- SRanipal, a software development kit for eye tracking provided by HTC: 1.1.0.1
13
+
- SR Runtim: 1.1.2.0
14
+
15
+
###### Set-up procedures
16
+
1. Open the folder of **SaccadeVR_ViveProEye** on Unity.
17
+
2. Go to Building Settings --> Player Settings --> Player --> XR Settings. Click *Virtual Reality Supported* to enable the VR configuration.
18
+
3. Start playing for the measurement.
19
+
20
+
21
+
## Files
22
+
###### Saccade_measure_rev1.cs
23
+
C# programming file to configure the measurement system. The file is found SaccadeVR_ViveProEye --> Assets --> Scripts.
24
+
25
+
###### DisableTracking.cs
26
+
C# programming file to disable the tracking of head movement of the VR headset. If the tracking is active, the position of the stimuli targets for saccade measurement changes when the user moves the head.
27
+
28
+
###### StandardSaccade_IDnumber.txt
29
+
Data of eye movement are recorded in this text file. The text file is created under the folder of **SaccadeVR_ViveProEye**
30
+
The measured parameters include
31
+
- Frame sequence
32
+
- Timestamp (ms)
33
+
- Gaze origin (mm)
34
+
- Gaze direction (normalised to between -1 and 1)
35
+
- Pupil position (normalised to between 0 and 1)
36
+
- Pupil diameter (mm)
37
+
- Eye openness (normalised to between 0 and 1)
38
+
- Validity of eye data
39
+
40
+
###### Saccade_Start_Time_IDnumber.txt
41
+
Unixtime of the computer is recorded in this text file when the saccade task starts in each saccade trial. With the recorded time, the latency (response time) of saccadic eye movement is calculated.
9
42
10
43
11
44
## Summary of programming algorithm:
@@ -14,7 +47,7 @@ The following diagram explains the programming algorithm to measure saccadic eye
0 commit comments