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

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

Message

Naushir Patuck Dec. 14, 2021, 2 p.m. UTC
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(-)