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

Message ID 20221122113049.3951-1-david.plowman@raspberrypi.com
Headers show
Series
  • Resolve invalid attempts to set sensor flip controls
Related show

Message

David Plowman Nov. 22, 2022, 11:30 a.m. UTC
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(-)