[PATCH v4 0/4] A few small fixes

Stefan Klug stefan.klug at ideasonboard.com
Fri Oct 18 18:06:29 CEST 2024


Hi all,

This series contains a few small fixes that I'd like to get off my local
tree.

Patches 1-2 fix an error in rkisp1 stats handling.
Patches 3-4 fix the python bindings for control type Point.

Changes in v4:
- Fix mistake in patch 1 that was introduced in v3 - sorry for the noise

Changes in v3:
- Fix patch 1 to not flood the log in raw mode

Changes in v2:
- Fixes from review (see changelog in individual patches)

Best regards,
Stefan

Stefan Klug (4):
  ipa: rkisp1: algorithms: agc: Check for correct stats type
  ipa: rkisp1: algorithms: awb: Check for correct stats type
  libcamera: controls: Add missing size to control_type<Point>
  pycamera: Add missing code for ControlTypePoint

 include/libcamera/controls.h      |  1 +
 src/ipa/rkisp1/algorithms/agc.cpp |  7 ++++++-
 src/ipa/rkisp1/algorithms/awb.cpp | 10 +++++++---
 src/py/libcamera/py_enums.cpp     |  3 ++-
 src/py/libcamera/py_helpers.cpp   | 16 ++++++++++------
 5 files changed, 26 insertions(+), 11 deletions(-)

-- 
2.43.0



More information about the libcamera-devel mailing list