viktorgino / headunit-desktop

HeadUnit Desktop is a car PC software built with Qt 5 and QML
https://github.com/viktorgino/headunit-desktop/wiki
GNU General Public License v3.0
284 stars 64 forks source link

[Feature Request] OEM HW Support #25

Closed shawngmc closed 3 years ago

shawngmc commented 6 years ago

Is there any intent to support arbitrary OEM buttons via GPIO or backup/dash cameras?

viktorgino commented 6 years ago

Hi

Yes there is, and I'm slowly working towards it, but it takes some planning. The plan is that I do a config system where support for cars can be added using a config file. Additionally I'll add a d-bus interface so you can control the app from a daemon etc.

viktorgino commented 6 years ago

What car do you have and have you looked at how the oem buttons communicate with the factory headunit? (ie through can bus or something more simpler).