Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Cross-Platform Development => Topic started by: Havner on April 25, 2010, 05:24:08 pm

Title: Track IR and other forms of head tracking for Linux/Mac OSX
Post by: Havner on April 25, 2010, 05:24:08 pm
Found this project through X-Plane forums:

http://code.google.com/p/linux-track/
http://forums.x-plane.org/index.php?showtopic=38828

libusb user space level driver and library for Linux/OSX that supports TrackIR 4 & 5, and other forms of tracking (camera/freetrack I suppose, WII).

Tested it on my TIR4 pro and despite the fact that it's still raw and not much configurable it works and is 100% usable. It's still in development and graphical configurator along with more configure options is being developed.

You might want to consider it to implement headtracking for FS2 open on Linux/OSX at some point.
Title: Re: Track IR and other forms of head tracking for Linux/Mac OSX
Post by: chief1983 on April 25, 2010, 07:11:48 pm
Hell yeah!

So we need that, and CMU Sphinx to get the same feature set on *nix as we have on Windows.
Title: Re: Track IR and other forms of head tracking for Linux/Mac OSX
Post by: portej05 on April 25, 2010, 08:52:46 pm
Precisely why the external_libs code was designed as it was. Code up the interface and slot it in - no changes to anything except the derived external_libs class (if memory serves, but I haven't got code to check that.)