Dashcam Video GPS Viewer written in Python

Cynob

New Member
Joined
Jan 26, 2025
Messages
4
Reaction score
2
Location
BW
Country
Germany
Hello,
I have written a Python script which displays the GPS position on an OpenStreetmap map synchronized to the playing video.
So far I have only been able to test it on my Viofo A229 Plus due to a lack of other dashcams.

The whole thing was designed for Windows as a standalone solution. You don't have to install anything.
Either you build the Python environment according to the instructions or you take the ready “all in one” self-extracting 7zip archive.

When starting, you will be asked to select an MP4 file from your dashcam. After extracting the GPS coordinates from this file, the video and the Open Street Map are displayed in one window.
The street map is updated synchronously with the position in the video.

Here is a picture of the current interface:
pyDashcamview_image.webp


If someone wants to try it out here the link to github: https://github.com/Cynobs-repo/pydashcamviewer/
 
Back
Top