I'm learning Python at the moment and decided to have a go at writing a script that would take a GPX track from Strava, get matching Google StreetView images and turn them into a video. Here's some of this morning's ride:
It's far from perfect, but I'm quite pleased with the results. Gets a bit messy at junctions but the straight bits look good.
I had hoped to make a website that would let people make their own videos from any GPX tracks, but Google limit StreetView API calls to 25,000 per account per day which would run out in no time.
The code is pretty ugly, but I've put it here on Pastebin if anyone wants to make their own video. Note that you'll need to get a (free) Google API key, and the script only produces the stills; you'll have to use some other software to stitch them together, or use ffmpeg if you can get the #@&% thing to work.
It's far from perfect, but I'm quite pleased with the results. Gets a bit messy at junctions but the straight bits look good.
I had hoped to make a website that would let people make their own videos from any GPX tracks, but Google limit StreetView API calls to 25,000 per account per day which would run out in no time.
The code is pretty ugly, but I've put it here on Pastebin if anyone wants to make their own video. Note that you'll need to get a (free) Google API key, and the script only produces the stills; you'll have to use some other software to stitch them together, or use ffmpeg if you can get the #@&% thing to work.