[0/2] RPi pipeline handler fixes
mbox series

Message ID 20260624082705.272795-1-naush@raspberrypi.com
Headers show
Series
  • RPi pipeline handler fixes
Related show

Message

Naushir Patuck June 24, 2026, 8:24 a.m. UTC
Hi,

Here are some small fixups for issues Laurent recently observed on the PiSP
pipeline handler:

- Patch 1 changes the default RAW stream format to be unpacked.
- Patch 2 ensures we cannot configure packed/compressed formats for 14/16-bit
  sensor output.

Unfotunately I have no 14 or 16-bit sensors, so I cannot do a runtime test of
patch 2, but I think the logic of the change is simple enough and makes sense.

Regards,
Naush

Naushir Patuck (2):
  pipeline: rpi: Default to BayerFormat::Packing::None for RAW streams
  pipeline: rpi: pisp: Ensure we don't run our SW correction with packed

 src/libcamera/pipeline/rpi/common/pipeline_base.cpp |  2 +-
 src/libcamera/pipeline/rpi/pisp/pisp.cpp            | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)