ArosPrince

Results 15 issues of ArosPrince

Hello, the deamon looks promising but I just cannot figure out how it is supposed to work. First of all, the deamon is not started on startup (after reboot) as...

Hello, I know this kind of questions get asked quite often, but I just don't see, what I am doing wrong... I have the server running in a separate thread...

Hi, after compiling and installing the library, I cannot execute any app that links LCCV, not even the examples. It says: `error while loading shared libraries: liblccv.so: cannot open shared...

This is the commit that broke it I think: https://github.com/raspberrypi/libcamera/commit/26a4b83d1b9443795dbcb21fa6c23117f113216a I solved it locally by replacing `using StreamRoles = libcamera::StreamRoles;` with `using StreamRoles = std::vector;`.

Hi, I am trying display a video feed on Pi OS Lite using the DRM preview. I want it to be fullscreen. By default though it creates a small frame...