FaceTrackNoIR: Difference between revisions

m
→‎Installation: replace static paths with {{Template:Repo link}} based URLs created by bugman
mNo edit summary
m (→‎Installation: replace static paths with {{Template:Repo link}} based URLs created by bugman)
Line 24: Line 24:
* You then need to have the headtracker folder somewhere on your system. Its source for FlightGear's development version is part of FGAddon, precisely at:
* You then need to have the headtracker folder somewhere on your system. Its source for FlightGear's development version is part of FGAddon, precisely at:


    https://sourceforge.net/p/flightgear/fgaddon/HEAD/tree/trunk/Addons/Headtracker/
{{Addon link|path=Addons/Headtracker}}


* Since FGAddon is a Subversion repository, any method to retrieve contents from a Subversion repository should be fine to get Headtracker on your hard drive. The page <http://wiki.flightgear.org/FGAddon> explains a bunch of them in case you have no idea. For instance, with the Subversion command-line client (svn), the following command retrieves the development version of Headtracker (the last parameter is the destination folder):
* Since FGAddon is a Subversion repository, any method to retrieve contents from a Subversion repository should be fine to get Headtracker on your hard drive. The page <http://wiki.flightgear.org/FGAddon> explains a bunch of them in case you have no idea. For instance, with the Subversion command-line client (svn), the following command retrieves the development version of Headtracker (the last parameter is the destination folder):


     svn checkout https://svn.code.sf.net/p/flightgear/fgaddon/trunk/Addons/Headtracker Headtracker
     svn checkout https://svn.code.sf.net/p/flightgear/fgaddon/trunk/Addons/Headtracker Headtracker
=== Usage ===
=== Usage ===
#Make sure you closed any webcam software that might be running. This is really important, failing to do so will probably stop FaceTrackNoIR from working.
#Make sure you closed any webcam software that might be running. This is really important, failing to do so will probably stop FaceTrackNoIR from working.