[PATCH v3 0/1] pipeline: simple: Fix matching with an empty media graph
Paul Elder
paul.elder at ideasonboard.com
Tue May 13 15:37:50 CEST 2025
The simple pipeline handler may encounter systems with multiple media
devices that can be supported.
If the first media graph it could support is invalid or empty and a
subsequent media graph could handle it - the simple pipeline handler
would not continue matching to complete the creation of cameras on those
later devices.
Update the pipeline handler to iterate attempts to acquire a supported
MediaDevice until they are exhausted, ensureing that all supportable
cameras in a system will be created.
Paul Elder (1):
pipeline: simple: Fix matching with empty media graphs
src/libcamera/pipeline/simple/simple.cpp | 62 +++++++++++++++++-------
1 file changed, 45 insertions(+), 17 deletions(-)
--
2.39.2
More information about the libcamera-devel
mailing list