RaceCapturePro FAQ: Difference between revisions
(initial view) |
m (moved RaceCapturePro HowTo to RaceCapturePro FAQ: FAQ is more recognizable to people) |
(No difference)
|
Revision as of 16:06, 22 May 2013
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?
...