Skip to content
/ v2gti Public
forked from FreemapSlovakia/v2gti

Tool for extracting geotagged images from the input video. Video must contain subtitles in format provided by Truecam cameras.

Notifications You must be signed in to change notification settings

cuulee/v2gti

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Tool for extracting geotagged images from the input video. Video must contain subtitles in format provided by Truecam cameras.

Image is extracted every 5 meters and is geotagged with:

  • GPS Latitude and Longitude
  • GPS Date and Time stamp
  • GPS Image Direction

The result is suitable for upload to Mapillary or OpenStreetView.

Requirements

Node 6

Installation

npm install

Usage

node . -i /path/to/video/file [-d distance] [-o output_directory]

Distance defaults to 5 m. Output directory defaults to current directory.

TODO

  • support for external GPX with time offset

About

Tool for extracting geotagged images from the input video. Video must contain subtitles in format provided by Truecam cameras.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%