Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 499 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 499 Bytes

GeoDashCam

This is my Sunday project to extract geotagged images from dashcam. Basically integrated video and GPS log files from a dashcam to generate images with x,y,z and time in exif.

Feature

  • gpx_image_tool: generate geo images from gpx and video
  • gpsbabel: batch files to convert NMEA to GPX

Usage

gpx_image_tool

python gpx_image_tool.py VIDEO_FILE_PATH GPX_FILE_PATH

Python version

python 3.7

Progress

The project is just kick-off. Development is ongoing.