https://github.com/dr2okevin/blackvue-mapillary
This tool stitches video and gps files from blackvue dashcams to a format that can be uploaded to mapillary.
https://github.com/dr2okevin/blackvue-mapillary
blackvue dashcam mapillary openstreetmap
Last synced: about 2 months ago
JSON representation
This tool stitches video and gps files from blackvue dashcams to a format that can be uploaded to mapillary.
- Host: GitHub
- URL: https://github.com/dr2okevin/blackvue-mapillary
- Owner: dr2okevin
- License: gpl-3.0
- Created: 2019-04-10T20:28:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T07:13:50.000Z (about 6 years ago)
- Last Synced: 2025-01-28T15:39:48.823Z (4 months ago)
- Topics: blackvue, dashcam, mapillary, openstreetmap
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BlackVue to Mapillary
This tool stitches video and gps files to a format that can be uploaded to mapillary.
Tested with
* BlackVue DR750S-2CH
* BlackVue DR650GW-2CH IRput video files, and gps files (if not in video included) into to video folder. Run index php, you will get a all.mp4 and a all.gpx
don't mix front and rear video.
You can use the mapillary video upload to upload both files.Requirements
* php
* gpsbabel (path can be changed in Classes/Gpx.php)
* ffmpeg (path can be changed in Classes/Video.php)