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

Message ID 20211208151527.1404715-1-naush@raspberrypi.com
Headers show
Series
  • Raspberry Pi: Add video mux and bridge support
Related show

Message

Naushir Patuck Dec. 8, 2021, 3:15 p.m. UTC
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(-)