From 1f6fa97ea394dfd8162b6381cec965a069bf6525 Mon Sep 17 00:00:00 2001 From: "the Sane." <3657071+the-sane@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:12:08 -0400 Subject: [PATCH] Update Head-Tracking.md --- wiki/Head-Tracking.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/wiki/Head-Tracking.md b/wiki/Head-Tracking.md index 855108c..1491450 100644 --- a/wiki/Head-Tracking.md +++ b/wiki/Head-Tracking.md @@ -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 @@ -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).