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: Doc/USER_GUIDE.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# User guide
1
+
# User guide: Setup, common problems and tips
2
2
3
3
## Configuring opentrack and AiTrack
4
4
@@ -14,7 +14,7 @@ Example of Opentrack configuration:
14
14

15
15

16
16
17
-
Then, on AITrack, just click "Start tracking". The program will use the default configuration, which assumes that opentrack is on the same machine and it's listening port is 4242 (Opentrack's default). In case you want to use other config, just change it on AITrack and save it.
17
+
Then, on AITrack, just click "Start tracking". The program will use the default configuration, which assumes that opentrack is on the same machine and it's listening port is 4242 (Opentrack's default). In case you want to use other config, just change it on AITrack and save it. After that, just click "Start" in Opentrack.
18
18
19
19
20
20
## Common problems
@@ -24,18 +24,21 @@ Then, on AITrack, just click "Start tracking". The program will use the default
24
24
- If you find your view on the game making "strange jumps":
25
25
- Look at the video preview on AITrack and confirm the facial landmarks are correctly positioned.
26
26
- If not, check your illumination, and the angle your have your camera.
27
-
- If the landmarks are recognized correctly try fine-tunning the distance parameter on AITrack.
27
+
- If the landmarks are recognized correctly try fine-tunning the distance parameter on AITrack. (Don't forget to click **Apply** each time you make any change).
28
28
29
29
- If the view makes "jumps" when you move your head try adjusting the curves on Opentrack (`Mapping` button).
30
30
- See **Tips** section
31
31
- Here is a video with some tips https://www.youtube.com/watch?v=u0TBI7SoGkc on how to configure your curves.
32
32
33
+
- If you move left/right my your goes up/down:
34
+
- You have to flip your X and Y axes in Opentrack (see screenshot above: Options>Output).
35
+
33
36
## Tips
34
37
35
38
Based on the testing made so far, here are some recommendations for getting the best performance:
36
39
37
40
- Configure well your movement curves on Opentrack. Leave a little "dead zone" at the beginning of each curve and use the asymetric mapping feature for "Pitch".
38
-
- Position your camera at about 0.5-1 meters horizontally from your face.
41
+
- Position your camera at about 0.5-2 meters horizontally from your face.
39
42
* It's better if the camera is directly in front of you, but it doesn't mattter if you have some lateral offset.
40
43
- The camera should be, approximately, at about your nose-level. Good positions are on top of our monitor, or at its base.
41
44
- You shouldn't need to touch "Initial parameters" on AITrack. If you find the tracking is not accurate, fine-tune "Distance" parameter only to the actual value (distance from your face to the camera, in meters).
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,23 @@ AITrack uses its own tracking pipeline (based on neural networks) to estimate th
28
28
5. Run `AITrack.exe` from AITrack and click "Start tracking".
29
29
6. Look around!
30
30
31
+
### But... I don't have a webcam :(
32
+
33
+
No problem. This program supports [Droid Cam](https://www.dev47apps.com/), so you're able to use your smartphone as a camera.
34
+
35
+
### My webcam is too old
36
+
37
+
Don't worry. AITrack supports low resolutions pretty well. Anything achieving at least 30fps and 480p will do the job fine.
38
+
39
+
---
40
+
31
41
**IMPORTANT:**
32
42
In case you want to know more, please, head to the `Doc/` directory to find guides about usage. If you can't find there what you're looking for, feel free to post your question on the [issues page](https://github.com/AIRLegend/aitracker/issues).
0 commit comments