Search Criteria
Package Details: opentrack 2023.3.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/opentrack.git (read-only, click to copy) |
---|---|
Package Base: | opentrack |
Description: | Head tracking software |
Upstream URL: | https://github.com/opentrack/opentrack/ |
Keywords: | headtracking opencv |
Licenses: | ISC |
Submitter: | popux |
Maintainer: | Moofed (gugah) |
Last Packager: | gugah |
Votes: | 10 |
Popularity: | 0.39 |
First Submitted: | 2015-04-25 23:46 (UTC) |
Last Updated: | 2025-09-12 20:50 (UTC) |
Dependencies (9)
- opencv (opencv-cuda)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-jobserverAUR) (make)
- procps-ng (procps-ng-gitAUR) (make)
- qt5-tools (make)
- wine (wine-stable-nextAUR, wine-stableAUR, wine-valveAUR, wine-gitAUR, wine-staging-gitAUR, wine-pure-gitAUR, wine-pure-gitAUR, wine32AUR, wine-tkg-staging-binAUR, wine-tkg-staging-ntsync-binAUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine-staging) (make)
- xplane-sdk-develAUR (make)
- onnxruntime (piper-phonemizeAUR, onnxruntime-gitAUR, onnxruntime-cpu, onnxruntime-cuda, onnxruntime-opt, onnxruntime-opt-cuda, onnxruntime-opt-rocm, onnxruntime-rocm) (optional) – neuralnet tracker
Latest Comments
1 2 3 4 5 Next › Last »
gugah commented on 2025-09-12 20:52 (UTC)
@TheDukeofErl thanks for reporting. I bumped the pkrel so that onnxruntime users can have their package fixed. Also added a warning message if onnxruntime is not present because it's an optional dependency.
TheDukeofErl commented on 2025-09-11 00:50 (UTC)
@gugah rebuilding did the trick and the neuralnet tracker is back. I hadn't thought about the need to do a rebuild like that, nor of that as a potential solution. I will keep that in mind going forward, I'm sure it'll come up with other packages at some point as well. Thank you very much!
gugah commented on 2025-09-10 22:00 (UTC) (edited on 2025-09-11 16:25 (UTC) by gugah)
@TheDukeofErl thanks for your input. I just re-built opentrack with onnxruntime and installed and it works fine. I can add
onnxruntime
as a make dependency but that doesn't solve the linking issue if a new version is released... For now please rebuild the package (paru -S --rebuild opentrack
oryay -S --rebuild opentrack
) and report if your issue is solved. I may have to force a pkrel each time onnxruntime is updated.TheDukeofErl commented on 2025-09-06 17:50 (UTC)
It looks like there's a version mismatch that is causing issues with
neuralnet
right now:Checking on
onnxruntime
, it looks like the repos are now at version1.22.2-2
.promitheas commented on 2025-08-06 23:27 (UTC)
I get the various inputs and filters, but clicking on start (e.g. with Linux Joystick input and Accela selected) give the following error in terminal:
Not sure if this is relevant but I dont actually have a tracking device connected. I plan on building a tracker with an arduino and just want to set everything up before I start, so thats why I'm trying this now.
gugah commented on 2025-08-02 23:33 (UTC) (edited on 2025-08-04 13:07 (UTC) by gugah)
I updated the desktop files so the app show up in the proper category (Utilities) and also added a Wayland launcher (based on https://github.com/opentrack/opentrack/issues/1035) because shortcuts weren't working without the
--platform xcb
parameter in Wayland.@jebez : wine is a make dependency. It's one of the output protocols, used for example to interface with X-Plane. It is safe to delete after building the package. You can try editing the PKGBUILD anyways to ignore this protocol:
gugah commented on 2025-08-01 19:30 (UTC)
@jebez wine is required by at least one of the protocols afaik. I could change it as an optional dependency. What do you think about that @Moofed
TheDukeofErl commented on 2025-08-01 15:21 (UTC)
@pan-mroku
Thanks, that worked. It's a little touchy and there's definitely a right timing to getting the instance in proton opened up, but with a little finagling, it seems pretty stable.
jebez commented on 2025-08-01 14:53 (UTC)
Why wine as dependencie?
not works, is it possible to remove wine as dependencie?
pan-mroku commented on 2025-07-31 10:10 (UTC) (edited on 2025-07-31 10:11 (UTC) by pan-mroku)
@TheDukeofErl
https://github.com/opentrack/opentrack/issues/1260#issuecomment-881908297
The trick is to run two instances. One outside the container, sending data to UDP. Second one inside the same container as the game, receiving data from UDP and sending into the game
1 2 3 4 5 Next › Last »