RaceCapturePro FAQ

Revision as of 03:42, 6 March 2013 by Brentp (talk | contribs) (initial view)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How do I automatically start/stop RaceCapture/Pro logging

To automatically log when the vehicle is moving, past the following into the script window in RaceAnalyzer, and then write the configuration to RaceCapture/Pro:

function onTick() if getGpsVelocity() > 10 then startLogging() else stopLogging() end end

Note, this will override the behavior of the front mounted logging trigger button.

How do I configure the start/finish line for calculating lap time and tracking lap counts?

...