dashcam

Post Reply
alex124.rh
Posts: 125
Joined: Thu Jul 31, 2025 9:18 am

dashcam

Post by alex124.rh »

was thinking, would be so cool if there was a dashcam on the market that had a web interface that could be embedded in hudiy as an app. unfortunately not however it would be easy to make one myself.

wondered if anyone’s thought of this or tried.

seems like this software is pretty decent for any pi compatible camera. i wonder if this is possible using html extensions. @hudiy admin any thoughts?

https://v0lttech.com/optic.php

just pondering all these ideas!
hudiy
Site Admin
Posts: 440
Joined: Mon Jul 14, 2025 7:42 pm

Re: dashcam

Post by hudiy »

From what we understand, the project you’re asking about consists of several parts. The core seems to be the camera module and another part could be a management panel as a web page. If it is indeed a web page, you can absolutely add it as an app in Hudiy.

You can also try building your own solution based on:
https://github.com/wiboma/hudiy/blob/ma ... amera.html

In HTML, the camera image can be rendered onto a canvas, where you can add extra elements like speed, date and time, etc. You can then record that prepared canvas directly to a file using:

https://developer.mozilla.org/en-US/doc ... tureStream
Post Reply