- Thread starter
- #1
Hey all,
I built a free dashcam viewer and wanted to share it in case anyone else here is frustrated with the software that comes with their dashcam.
I have a Wolf Box 3-channel setup (front/interior/rear) and the stock app is... not great. Buried speed controls, no real scrubbing, sluggish playback. The paid
third-party viewers are better but none of them handle three channels well. So I built my own.
Trip Viewer is a free, open-source Windows app that:
- Plays all 3 camera channels simultaneously, perfectly synced
- Shows your position on a live GPS map as the video plays
- Has a timeline with speed graph so you can jump to interesting moments
- Lets you click a side view to make it the main view, double-click for fullscreen
- Can import footage directly from your SD card with integrity verification
- Auto-detects and groups your files into trips — no manual organizing
- Is lightweight (~3 MB install) and uses hardware video decoding so it's actually smooth
You can download it here: https://github.com/chrisl8/trip-viewer
Click "Releases" on the right side, then download the _x64-setup.exe file. Just run the installer and you're good. Windows may pop up a SmartScreen warning since the
app is new — click "More info" then "Run anyway."
One thing to note: most dashcams record in HEVC format, and Windows needs a decoder for that. The app will check on startup and point you to the Microsoft Store if
you need it (it's a one-time install).
Right now it's built and tested with Wolf Box dashcams specifically, but the architecture is designed to support other brands. If you have a different dashcam (Viofo,
Thinkware, BlackVue, etc.) and want to try it, let me know what model you have and I'll see about adding support.
This is a personal project — I'm a software developer and built this with help from AI tooling (Claude Code). It's MIT licensed, totally free, no ads, no tracking. If
you run into bugs or have feature ideas, you can open an issue on GitHub or just reply here and I'll see it.
Windows only for now, but the tech supports Mac/Linux so I'm open to porting if there's interest.
Happy to answer any questions!
I built a free dashcam viewer and wanted to share it in case anyone else here is frustrated with the software that comes with their dashcam.
I have a Wolf Box 3-channel setup (front/interior/rear) and the stock app is... not great. Buried speed controls, no real scrubbing, sluggish playback. The paid
third-party viewers are better but none of them handle three channels well. So I built my own.
Trip Viewer is a free, open-source Windows app that:
- Plays all 3 camera channels simultaneously, perfectly synced
- Shows your position on a live GPS map as the video plays
- Has a timeline with speed graph so you can jump to interesting moments
- Lets you click a side view to make it the main view, double-click for fullscreen
- Can import footage directly from your SD card with integrity verification
- Auto-detects and groups your files into trips — no manual organizing
- Is lightweight (~3 MB install) and uses hardware video decoding so it's actually smooth
You can download it here: https://github.com/chrisl8/trip-viewer
Click "Releases" on the right side, then download the _x64-setup.exe file. Just run the installer and you're good. Windows may pop up a SmartScreen warning since the
app is new — click "More info" then "Run anyway."
One thing to note: most dashcams record in HEVC format, and Windows needs a decoder for that. The app will check on startup and point you to the Microsoft Store if
you need it (it's a one-time install).
Right now it's built and tested with Wolf Box dashcams specifically, but the architecture is designed to support other brands. If you have a different dashcam (Viofo,
Thinkware, BlackVue, etc.) and want to try it, let me know what model you have and I'll see about adding support.
This is a personal project — I'm a software developer and built this with help from AI tooling (Claude Code). It's MIT licensed, totally free, no ads, no tracking. If
you run into bugs or have feature ideas, you can open an issue on GitHub or just reply here and I'll see it.
Windows only for now, but the tech supports Mac/Linux so I'm open to porting if there's interest.
Happy to answer any questions!
Sponsored