Search found 32 matches
- Tue Nov 29, 2022 6:08 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Beta Video Analysis
- Replies: 1
- Views: 9306
Beta Video Analysis
Just watched the recording of the live stream. The video feature looks really nice (hopefully a little better than the Race Render option I've tried before). I have a formula car with a RaceCapture Pro mk2, android phone dash and drift camera. The rcp is setup to start logging when I exceed 40 mph (...
- Mon Oct 17, 2022 5:38 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Recalculate laps using a different track map
- Replies: 3
- Views: 13394
Re: Recalculate laps using a different track map
I installed and tried with the 2.4.0 version (on PC), but same results (it just hung saying loading session).
If I try to attach the log here, it says it is too big (unzipped is 3.7M and zipped is 938K).
If I try to attach the log here, it says it is too big (unzipped is 3.7M and zipped is 938K).
- Tue Oct 04, 2022 5:40 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Recalculate laps using a different track map
- Replies: 3
- Views: 13394
Recalculate laps using a different track map
I was at VIR for the SCCA runoffs last week and the first session I went out on, RCP used the wrong track map (patriot course instead of full course), so my data is all just 1 long lap. Is there a way to switch the track map and recalculate laps based on the new setting? I'm using a RaceCapturePro m...
- Mon Dec 27, 2021 1:21 pm
- Forum: RaceCapture App Bug Reporting / Feature Requests
- Topic: Recalculate laps not working for bad gps data
- Replies: 1
- Views: 6707
Recalculate laps not working for bad gps data
My RaceCapturePro mk2 has been shifting gps lat/long and not recognizing laps for a while (it's been worse some places and better others). I was looking forward to the new recalculate laps feature in 2.2.0, but it doesn't seem to work for my data. When I do recalculate on recent data (Indianapolis M...
- Wed Apr 24, 2019 2:20 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Alerts not saved in config?
- Replies: 2
- Views: 4221
Based on a post in a different thread, I guess this question is answered... The config file that you save from the app has more stuff (dash layouts and popup alert settings). However, the settings that are saved on the race capture (in my case a rcp mk2) do not have those extra config settings, so j...
- Sun Mar 24, 2019 3:14 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Alerts not saved in config?
- Replies: 2
- Views: 4221
Alerts not saved in config?
I just upgraded my RaceCapture/Pro mk2 to 2.15.1 and my dash (android phone) to 1.14.6 I had configured some alerts on my laptop, but they didn't seem to get saved in the config and transferred to the phone/dash after I upgraded that and synced with the RCP. I think the setting to save data in the a...
- Sat Mar 23, 2019 5:07 pm
- Forum: Hardware and Installation
- Topic: Installing RCP MK III into an Open Cockpit Car
- Replies: 14
- Views: 33419
I run a race capture pro mk2 with the bluetooth to android cell phone (I just use an old cell phone, it just can't be too old since the app doesn't run on really old phones). I have a formula car and just mounted the phone over the dash (I tried putting it on the steering wheel, but couldn't see it ...
- Mon Jul 23, 2018 2:22 pm
- Forum: RaceCapture App Bug Reporting / Feature Requests
- Topic: GPS speed to 'kph' not 'mph'
- Replies: 12
- Views: 18670
- Mon Jul 02, 2018 9:44 pm
- Forum: Lua Scripting
- Topic: Smoothing
- Replies: 6
- Views: 12552
- Tue Jun 19, 2018 2:46 pm
- Forum: Lua Scripting
- Topic: Help with script optimization
- Replies: 6
- Views: 13991
Interesting questions, hopefully you get a reply about memory usage and how much the optimizer helps. Looking at the script, I suspect the printlns adds overhead that you can probably live without. I doubt the ones that it only does once matter, but there is one in sendCAN that would print many time...
- Sat Jun 16, 2018 3:46 pm
- Forum: Lua Scripting
- Topic: Shift X shift light
- Replies: 3
- Views: 7283
I wrote a test script to make sure I had hooked my leds up right... greenLed = 0 yellowLed = 1 redLed = 2 tick = 0 function onTick() --println(tick) if tick == 0 then setGpio(greenLed,1) elseif tick == 1 then setGpio(yellowLed, 1) elseif tick == 2 then setGpio(redLed, 1) else tick = -1 setGpio(green...
- Wed May 16, 2018 3:33 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: Missing SD card or logging error notifications support?
- Replies: 3
- Views: 5068
I'm a little worried about overheating if I put it in a watertight enclosure. How hot does the rcp box get (I have it powered with 12 volt, and it runs bluetooth and gps but not wifi). In general, it'd be nice for the lua script to be able to send alerts/messages to the dash that pop up like the pit...
- Mon Apr 30, 2018 2:17 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: Missing SD card or logging error notifications support?
- Replies: 3
- Views: 5068
Missing SD card or logging error notifications support?
Will the new (upcoming) alerts allow for an alert when there is no sd card? I have a racecapture/pro mk2 in an open wheel formula car that isn't "water tight", even in the cockpit where the rcp is mounted. A friend I race with also has a similar setup. I raced a week ago and it was raining...
- Mon Apr 09, 2018 4:47 pm
- Forum: RaceCapture App Bug Reporting / Feature Requests
- Topic: Add a stop lap timing feature
- Replies: 5
- Views: 5974
Add a stop lap timing feature
Please add a (big) button to tell the app to stop timing/logging. I raced at Hallett over the weekend, and you pull off at the end of lap before the timing loop. I still have trouble getting the menu to quit the app (because the menu button is so small in the upper left corner of the screen it doesn...
- Fri Oct 20, 2017 3:33 pm
- Forum: RaceCapture App Bug Reporting / Feature Requests
- Topic: duplicate column help please
- Replies: 12
- Views: 10702