[libcamera-devel] [PATCH v6 0/8] ipa: raspberrypi: Allow long exposure modes for imx477.

Naushir Patuck naush at raspberrypi.com
Fri Jul 9 16:58:17 CEST 2021


Hi,

Version 6 of this series changes:
- Fixup for using C++ style comment in patch 4/8.
- Added a comment in patch 6/8 explaining the double set of the VBLANK control.

I think patch 3/8 is the last one needing a second tag.  Hopefully Kieran can
quickly add that if he is ok with the change :-)

Regards,
Naush

Naushir Patuck (8):
  ipa: raspberrypi: Make device_status.h C++ only header, and update
    comments
  ipa: raspberrypi: Add a constructor struct DeviceStatus
  ipa: raspberrypi: Add an operator<< to struct DeviceStatus
  ipa: raspberrypi: Add frame_length to DeviceStatus
  ipa: raspberrypi: Allow long exposure modes for imx477.
  pipeline: raspberrypi: Use priority write for vblank when writing
    sensor ctrls
  ipa: raspberrypi: Increase the default max frame duration to 250s
  ipa: raspberrypi: Make variable names consistent

 src/ipa/raspberrypi/cam_helper.cpp            |  6 +-
 src/ipa/raspberrypi/cam_helper_imx219.cpp     |  6 +-
 src/ipa/raspberrypi/cam_helper_imx477.cpp     | 92 ++++++++++++++++++-
 .../raspberrypi/controller/device_status.h    | 48 +++++++---
 src/ipa/raspberrypi/controller/rpi/agc.cpp    |  1 -
 src/ipa/raspberrypi/controller/rpi/lux.cpp    |  9 +-
 src/ipa/raspberrypi/raspberrypi.cpp           | 17 ++--
 .../pipeline/raspberrypi/raspberrypi.cpp      | 41 +++++++--
 8 files changed, 171 insertions(+), 49 deletions(-)

-- 
2.25.1



More information about the libcamera-devel mailing list