hyperlapse

command module
v0.0.0-...-fec4eef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2015 License: MIT Imports: 14 Imported by: 0

README

hyperlapse

Small program to create hyperlapses with Google Street View.

My homemade hyperlapse tool inspired by http://hyperlapse.tllabs.io/.
It will download (using 4 "threads") the StreetView images corresponding to the data in test.dat and create the gif hyperlapse.

Installation

If you have a Go installation you can install hyperlapse with

go get github.com/brunetto/hyperlapse

otherwise you can just download the binary (for linux) here

Use

Prepare a table with a list of "step" in the format

latitute, longitude, size, field of view, (direction of) head(ing), pitch

for example

40.720032,-73.988354, 400, 90, 90, 0

This results in this frame.

Run it with

./hyperlapse test.dat
````

### Note

The test.dat file contains only one coordinate copied over multiple lines so it will download multiple copies of the same image.

### TODO

* ~~Automatically create the gif file with the images.~~ `done`
* Automatically create the list of coordinates given the path

May be useful:  

* https://developers.google.com/maps/documentation/utilities/polylineutility
* http://gpx.cgtk.co.uk/

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL