[libcamera-devel] [PATCH v4 0/2] Raspberry Pi: Add video mux and bridge support

Naushir Patuck naush at raspberrypi.com
Tue Dec 14 15:00:00 CET 2021


Hi,

The following changes have been made for version 3 of this patch series (all for patch 2/2):
- Move enumerateVideoDevices() from PipelineHandlerRPi to RPiCameraData.
- Optimise out the link disabling code to only disable links that will not be re-enabled.
- enumerateVideoDevices() now looks to ensure the entity device only has a single
source pad.  If this is not the case, we bail out and cannot automatically handle this
media topology. This slightly simplifies the code in that function as well.

Regards,
Naush

Naushir Patuck (2):
  pipeline: raspberrypi: Move sensor entity detection out of
    registerCamera()
  pipeline: raspberrypi: Add support for Video Mux and Bridge devices

 .../pipeline/raspberrypi/raspberrypi.cpp      | 174 ++++++++++++++++--
 1 file changed, 159 insertions(+), 15 deletions(-)

-- 
2.25.1



More information about the libcamera-devel mailing list