mirror of
https://github.com/YutaItoh/3D-Eye-Tracker.git
synced 2025-09-26 23:09:19 +08:00
Update README.md
This commit is contained in:
parent
c481d4959b
commit
1b5e39e8b5
@ -16,7 +16,7 @@ With this software, you can obtain the following information:
|
||||
* Pupil ellipse size [pixel] and angle [deg.]
|
||||
* Glint position(s) [pixel]
|
||||
|
||||
[Sample video on youtube](https://www.youtube.com/watch?v=EH6UVQZgvJE) (a preliminary version and will be updated with a newer version soon).
|
||||
[Sample video on youtube](https://www.youtube.com/watch?v=EH6UVQZgvJE) (this was taken from a preliminary version and will be updated with a newer version soon).
|
||||
|
||||
## Prerequisite
|
||||
|
||||
@ -52,7 +52,7 @@ The default setting uses a sinlge camera via the DirectShow filter. Check your c
|
||||
case InputMode::CAMERA_MONO:
|
||||
eyecams[0]=std::make_unique<eyecamera::EyeCameraDS>("Pupil Cam1 ID0");
|
||||
```
|
||||
This case, the program tries to find a camera named `"Pupil Cam1 ID0"`.
|
||||
In this case, the program tries to find a camera named `"Pupil Cam1 ID0"`.
|
||||
|
||||
Once the program started, it initializes a 3D eye model from 2D pupil observatios:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user