Maximilian Luz

Results 727 comments of Maximilian Luz

Are you only applying only patches 0001-secureboot and 0013-cameras? 0013-cameras expects some changes from previous patches, in particular 0005-ipts regarding IOMMU quirks (it does so, because both change parts in...

Have you had a look at https://github.com/linux-surface/linux-surface/wiki/Camera-Support#libcamera-support? The cameras require libcamera, so you can best test them via the `qcam` utility that it provides. There's a way to set up...

Which libcamera version do you have? Can you make sure that it's at least 0.0.4?

Can you try and build from the `v0.0.4` tag? CC @kbingham.

Assuming you're building with `build` as the build directory, e.g. via ``` meson setup build meson compile -C build ``` you can just run ``` ./build/src/apps/qcam/qcam ``` or ``` ./build/src/apps/cam/cam...

You can build libcamera with the gstreamer plugin and then use a loopback device (see https://github.com/linux-surface/linux-surface/wiki/Camera-Support#gstreamer-loopback-device-for-other-applications) to make it available to other applications.

I suggest following the workaround posted by @wdolorito for now. I'm not sure yet whether we can fix this cleanly in our patches without reverting a bunch of other upstream...