reverse camera
reverse camera
I'm really excited about Hudiy; I've installed it on a Raspberry Pi 5. The Pi is set up with a USB sound card and a USB GPS receiver, all mounted on a touchscreen display. Eventually, I plan to install this entire setup into the center console of my Hyundai i30. At the moment, the audio, phone functions, and navigation are all working correctly. I would now like to install a backup camera—and that’s where my problem begins. If I’ve understood correctly, the configuration is handled via the HTML files located in the `/hudiy/examples/api/js` directory. Unfortunately, I just can't seem to figure out how the overlays and APIs are managed. I have a fair amount of experience with HTML, but I'm not quite as advanced when it comes to JavaScript; I've focused more on Linux and Windows. Please forgive the question, but is there a guide available for extending Hudiy that is easy to understand for an "older, advanced beginner" like me? I’d really appreciate any responses.
Re: reverse camera
To start off, you can check these forum threads about the reverse camera:
viewtopic.php?t=176
viewtopic.php?t=228
viewtopic.php?t=22
viewtopic.php?t=38
In these threads, you can find more information about the embedded camera view and an HTML/JS example from our GitHub:
https://github.com/wiboma/hudiy/blob/ma ... amera.html
https://github.com/wiboma/hudiy/blob/ma ... eCamera.py
https://github.com/wiboma/hudiy/blob/ma ... /README.md
If you have any additional questions, feel free to ask.
viewtopic.php?t=176
viewtopic.php?t=228
viewtopic.php?t=22
viewtopic.php?t=38
In these threads, you can find more information about the embedded camera view and an HTML/JS example from our GitHub:
https://github.com/wiboma/hudiy/blob/ma ... amera.html
https://github.com/wiboma/hudiy/blob/ma ... eCamera.py
https://github.com/wiboma/hudiy/blob/ma ... /README.md
If you have any additional questions, feel free to ask.
Hudiy Team