Bike Forums

Bike Forums (https://www.bikeforums.net/forum.php)
-   Road Cycling (https://www.bikeforums.net/road-cycling/)
-   -   DashWare and TCX Files (https://www.bikeforums.net/road-cycling/655146-dashware-tcx-files.html)

Kazai 06-17-10 02:40 PM

DashWare and TCX Files
 
I noticed some of you are using DashWare by ChaseCam to make cool data overlays on your bicycling videos. I'm trying to make your lives easier. You currently have to go through some pains to get your TCX data imported, so I have added TCX (and GPX) import capabilities that will be there in our next DashWare release. We convert to CSV on the fly.

I need some more test data, so if any of you could send some TCX and/or GPX files to me that would be very helpful. Also, if any TCX DashWare users want to help beta test it, that would be great too. It's one thing to look at someone else's data, but if you are intimately familiar with your own data you will notice issues easier than me.

The TCX documentation I have found is not very complete, and I gather some of the fields (e.g. Watts) are considered to be extensions to the format. Right now I am pulling in the following data items:
Time,Lap,Latitude,Longitude,Altitude,Distance,HeartRate,Cadence,Watts

I get these values from the XML as follows (omitting many fields that I ignore, for the sake of simplicity):

Code:

<TrainingCenterDatabase xmlns="http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v2"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v2
  http://www.garmin.com/xmlschemas/TrainingCenterDatabasev2.xsd">
  <Activities>
    <Activity>
      <Lap StartTime="2010-04-29T01:01:35Z">
        <Track>

          <Trackpoint>
            <Time>2010-04-29T01:01:36Z</Time>
            <Position>
              <LatitudeDegrees>34.432264</LatitudeDegrees>
              <LongitudeDegrees>-119.864785</LongitudeDegrees>
            </Position>
            <AltitudeMeters>23.276</AltitudeMeters>
            <DistanceMeters>5.254</DistanceMeters>
            <HeartRateBpm>
              <Value>94</Value>
            </HeartRateBpm>
            <Cadence>49</Cadence>
            <Extensions>
              <TPX xmlns="http://www.garmin.com/xmlschemas/ActivityExtension/v2">
                <Watts>247</Watts>
              </TPX>
            </Extensions>
          </Trackpoint>

        </Track>
      <Lap StartTime="2010-04-29T01:01:35Z">
    </Activity>
  </Activities>
</TrainingCenterDatabase>

I also have DashWare calculating the speed based on the GPS movement over time. I have not added a Slope Calculator yet, but this is also possible.

Thanks,
Rolf
rolf at chasecam.com

umd 06-17-10 03:13 PM

Hi Rolf, you and I talked a bit on the dashware forums and I sent you some files. I still have your email address and can send you some more if you like. I also pointed the Ride Video Thread this way in case any of those people that had subscribed are interested.

Btw, the improved interpolation has worked well but I haven't finished any videos with it yet. My last race that I used the camera was in between a bunch of buildings and the GPS speed is all wonky.

Kazai 06-17-10 10:45 PM

Steve,

Thanks for that. I have it working great with your provided data. I just want to make sure it works with data from other cycling loggers if they format it slightly differently. I would like to try and make it work with pretty much everything out there if possible.

Thanks,
Rolf

jabbahop 06-18-10 06:49 AM

I tried Dashcam last night for the first time with my Garmin data and failed to successfully create a project after trying to copy the data into the columns of an existing file. I have .tcx files files if you want them.

Kazai 06-18-10 11:01 AM


Originally Posted by jabbahop (Post 10981229)
I tried Dashcam last night for the first time with my Garmin data and failed to successfully create a project after trying to copy the data into the columns of an existing file. I have .tcx files files if you want them.

The current public release does not have TCX or GPX support.

I'll PM you.

Kazai 07-26-10 03:00 PM

DashWare 1.1.4 was released today with GPX and TCX importing support:
http://www.chasecam.com/dashware


Release notes here:
http://www.chasecam.com/forum/showth...=2399#post2399



Thanks!


All times are GMT -6. The time now is 04:52 PM.


Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.