[v1,0/4] A few small fixes
mbox series

Message ID 20241015203820.574326-1-stefan.klug@ideasonboard.com
Headers show
Series
  • A few small fixes
Related show

Message

Stefan Klug Oct. 15, 2024, 8:38 p.m. UTC
Hi all,

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

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

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 |  3 +--
 src/ipa/rkisp1/algorithms/awb.cpp |  8 +++++---
 src/py/libcamera/py_enums.cpp     |  3 ++-
 src/py/libcamera/py_helpers.cpp   | 16 ++++++++++------
 5 files changed, 19 insertions(+), 12 deletions(-)