Cycling with Garmin Edge 305
Tuesday, May 4th, 2010 at
1:34 am
First attempt at overlaying speed/position etc from a Garmin Edge 305 GPS cycle computer onto video recorded using a dogcamsport pen camera attached to my cycle helmet….
Tagged with: cycling • Edge • garmin
Filed under: Garmin Video Reviews
Like this post? Subscribe to my RSS feed and get loads more!
Dude.. very good job, i really like how it looks and all the info you get on screen, come on, teach us how yo we can do something like this…. it looks really pro!
very nice, love the display.
@magnatom There is talk of ANT devices for “iphones” and Im sure android phones (via bluetooth repeaters hopefully) that means they will work with HR/CAD/etc units.
As for doing this, above… it won’t be any different than the 305 output… just use a GPX file (I guess though this is using TCX for HR/CAD but you wouldn’t have that on a basic ‘droid setup).
Heh. I’ve written something similar (using Genshi+SVG rendering, thus getting antialiasing and alpha channel support for free and breaking out development of the visual templates from the parsing and calculation work), but this is dramatically more sophisticated than the display templates I’m presently using. If my output starts to look a bit more like yours, I hope you’ll take the imitation as flattery.
hey Verymadmart, can you make a tutorial to how to do a hud like this, that’s really awesome.
No its not a HUD…. you take the data from the garmin edge after a ride, run it through my application to generate a video file of the gauges… and then use a video editing package to overlay the gauges on the video from the contourhd…
is this video editing, or did you actually overlay the info to reflect on your glasses or something?
HOW!
That is seriously cool. When are you going to make the prog avail?
heart rate is on the right….. i have both the cadence and heart rate monitor with the 305.. the thing that i would really like is a 705 and ant+ power meter… if you look at my later vids. my current s/ware shows both cadence and heart rate..
If you had a Garmin 705 with a heart rate monitor… you could know exactly what your heart rate is at every point of your ride !… awesome s/w dude !… nice nice!
Very cool, in a geeky sort of way…
I use an Android phone for tracking. If you wrote something for android I’m sure you could make some money (along with selling the appropriate cables)
I certainly pay for that!
Hello VeryMadMart,
The video is amazing … truly beautiful
how you made the video and what program you used? where can i found the pc version of the EXE
tks
これ、凄い、素晴らしいですね。
really nice !!
where can i found the pc version of the EXE
tks
Awesome. Imagine if you could have that HUD in real life? Would be like some kind of fighter pilot
very good work !!!
To do thing you will need good programming skills…. I am planning to develop a version of the code for mac (just got a new macbook pro), probably using the quicktime api to generate the video file.. Either coded in C/C++, but also considering Java as it’ll be a bit more portable…
very neat, now that I have the 305, i need to learn this, any help for a mac user, (no computer skill too)
Excellent work!
Which model helmet cam did you use? does the program read a GPX data file to generate the HUD overlay?
I wish I knew how to do that..I have the 305 with cadence and heartrate as well as a tachyon action cam….but I know nothing about programming
I wrote a small C application using microsoft’s video for windows API… The program is a bit messy, but okay for a prototype… Its relatively easy to do if your into programming…
How did you do the HUD?