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

Naushir Patuck naush at raspberrypi.com
Wed Dec 8 16:15:25 CET 2021


Hi,

Version 2 of this series changes things around a bit for patch 2/2:

- Renamed the list of video mux/bridge devices to bridgeDevices as suggested by Kieran.
- Instead of storing the MediaPad in bridgeDevices, we store the media link pointers.
This allows us to enable all links in the cascad when we call configure().
- I've added a check to ensure the cascade must end at the Unicam entity, and if not,
we do no link configure or enable as the topology is not what we expect.

Kieran, I've removed your R-B tag from 2/2 as there are quite a few changes from what
you looked at.

Thanks,
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      | 113 +++++++++++++++---
 1 file changed, 98 insertions(+), 15 deletions(-)

-- 
2.25.1



More information about the libcamera-devel mailing list