https://github.com/philips/bike-cam-map-overlay
https://github.com/philips/bike-cam-map-overlay
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philips/bike-cam-map-overlay
- Owner: philips
- Created: 2023-06-06T18:59:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T19:11:36.000Z (about 3 years ago)
- Last Synced: 2025-03-27T17:26:52.023Z (over 1 year ago)
- Language: Shell
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bike Cam Map Overlay
On my Tern GSD electric cargo bike I keep a dashcam hooked up to record road conditions, etc. I wanted a way to annotate those videos with maps and other data and was happy to find [time4tea/gopro-dashboard-overlay](https://github.com/time4tea/gopro-dashboard-overlay).
Included in this repo is the layout.xml ([docs](https://github.com/time4tea/gopro-dashboard-overlay/tree/main/docs/xml/examples)) file I use for the 720p recordings from my [Akaso Brave dashcam](https://www.akasotech.com). I use [OsmAnd Maps Travel & Navigate](https://apps.apple.com/us/app/osmand-maps-travel-navigate/id934850257) to record my GPS.
```
./bin/gopro-dashboard.py --font Futura --use-gpx-only --gpx ~/Downloads/2023-06-06_07-47_Tue.gpx /Volumes/NO\ NAME/DCIM/100HSCAM/NORM0007.MP4 test.mp4 --overlay-size 1280x720 --layout xml --layout-xml layout.xml
```
