[libcamera-devel] [PATCH v3 0/2] Resolve invalid attempts to set sensor flip controls

David Plowman david.plowman at raspberrypi.com
Tue Nov 22 12:30:47 CET 2022


Hi again

Here's version 3 of this set. This time it includes only the first two
patches, which avoid resetting the sensor flips but store Bayer
formats in their unflipped sense (as they did previously).

Any changes to other pipeline handlers have been dropped on the
grounds that they are not significant, and should be addressed when
those pipeline handlers are fixed properly for transformed raw
formats.

Thanks!
David

David Plowman (2):
  libcamera: bayer_format: Add toMbusCode method
  libcamera: camera_sensor: Do not clear camera flips when listing
    formats

 include/libcamera/internal/bayer_format.h |  1 +
 src/libcamera/bayer_format.cpp            | 11 +++++
 src/libcamera/camera_sensor.cpp           | 49 ++++++++++++++++++-----
 3 files changed, 51 insertions(+), 10 deletions(-)

-- 
2.30.2



More information about the libcamera-devel mailing list