RaceCapturePro FAQ

Revision as of 16:06, 22 May 2013 by Brentp (talk | contribs) (moved RaceCapturePro HowTo to RaceCapturePro FAQ: FAQ is more recognizable to people)

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?

...