Skip to content

Commit

Permalink
Update Head-Tracking.md
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sane authored Aug 27, 2024
1 parent a23a8b8 commit 1f6fa97
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions wiki/Head-Tracking.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
## Head Tracking Hardware

#### Hardware our Penguins have had success with
- Delanclip with Opentrack works very well
- PS3 camera: Remove the IR filter. Some people place a visible light filter there instead to reduce noise
- Delanclip with Opentrack works very well and is our recommendation if you're buying new hardware.
- PS3 camera: Remove the IR filter. Some people place a visible light filter there instead to reduce noise.

#### Use your Phone
- iPhone: Our Penguins tend to prefer the [Head Tracker app by John Yu](https://apps.apple.com/us/app/head-tracker/id1527710071). It works on iPhone X or later using the FaceID IR sensors and, therefore, works well in low light. It has a trial period to test it out. It costs $2 US
- Android: Our Penguins tend to like the [SmoothTrack app by John Goering](https://play.google.com/store/apps/details?id=com.epaga.smoothtrack&gl=US). It costs $10 US
- iPhone: Our Penguins tend to prefer the [Head Tracker app by John Yu](https://apps.apple.com/us/app/head-tracker/id1527710071). It works on iPhone X or later using the FaceID IR sensors and, therefore, works well in low light. It has a trial period to test it out. It costs $2 US.
- Android: Our Penguins tend to like the [SmoothTrack app by John Goering](https://play.google.com/store/apps/details?id=com.epaga.smoothtrack&gl=US). It costs $10 US.

#### Webcam
- You can build [Opentrack with the ONNX Runtime](#building-opentrack-with-onnx-runtime) to add a neuralnet tracker that enables head tracking with any webcam.
- A tutorial for the the ArUco Paper Method is written in our Org's [Spectrum Forums](https://robertsspaceindustries.com/spectrum/community/LUG/forum/194647/thread/tutorial-opentrack-aruco-for-star-citizen-via-lutr). (Note: Ignore the outdated Opentrack installation steps in that thread)

#### TrackIR
- TBA

#### Unsupported hardware
- Tobii does not support Linux. Its opentrack support uses the Windows only SDK.
- TrackIR support is complicated. Linuxtrack may support it but not under wine/proton. We recommend Delanclip instead.


## Opentrack Configuration
Expand All @@ -36,7 +35,7 @@ Launch Star Citizen and configure its head tracking options under `Comms, FOIP &
*If compiling from source, make sure `SDK_WINE` is set*

#### Building Opentrack with ONNX Runtime
If you provide ONNX Runtime libraries to Opentrack when building it, it will offer Neuralnet as input option. This will allow you to use any webcam as headtracking device.
If you provide ONNX Runtime libraries to Opentrack when building it, it will offer Neuralnet as input option. This will allow you to use any webcam as head tracking device.

1. Install [`wine` development branch](https://wiki.winehq.org/Download).
2. Download and extract [ONNX Runtime](https://github.com/microsoft/onnxruntime/releases).
Expand Down

0 comments on commit 1f6fa97

Please sign in to comment.