eclipse-leda / leda-distro

Eclipse Leda provides a Yocto-based build setup for SDV.EDGE components
https://eclipse-leda.github.io/leda/
Apache License 2.0
14 stars 8 forks source link

Hackathon feedback: use of Raspi camera #88

Open mikehaller opened 1 year ago

mikehaller commented 1 year ago

During a hackathon, some teams wanted to use more from the Raspberry Pi ecosystem, such as the Raspberry Pi camera, using OpenCV for gesture recognition.

Unfortunately, the Leda Quickstart image is tailored in a way that it doesn't let the user simply use the Raspberry PI ecosystem, e.g. a GUI is missing, the drivers are missing, the native python installation is crippled, apt-get is missing etc.

All that would have to be containerized before it can be deployed to Leda - which is our goal anyway, as we want to stay "as near as possible" to how it would be on a production-series vehicle. It is very unlikely to have "apt-get" & co available on a production car.

Nonetheless, for hackathons and POCs, it would be great if Leda can deploy a "Raspberry Pi Tools" container, so that the ecosystem can be easily used: Hook up the Raspberry Pi camera, deploy the "Raspi Tools" container and the camera is up and running, feeding the data to the clients.

Notes: