From patchwork Tue Oct 15 20:38:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 21630 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 9C21BC326C for ; Tue, 15 Oct 2024 20:38:28 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 3295A6537E; Tue, 15 Oct 2024 22:38:27 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="P7Kv+g8e"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 603EC60537 for ; Tue, 15 Oct 2024 22:38:25 +0200 (CEST) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:64d4:9f74:8308:300d]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 4CC93A27; Tue, 15 Oct 2024 22:36:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1729024603; bh=3S0Jj72bU5V/U1WVeed4KujdHMcY+Q9ZZYjPFRYFGrk=; h=From:To:Cc:Subject:Date:From; b=P7Kv+g8eFj93pUkMzId6pusQiT4l5Otobh00zjgpWKX9T8xRyvinrlugeZULDywss jXXW2Ady/JC8oN3BOPcDquKqX/Mz0BwC7HURE2s8gJXRIusa/8xgQmoCNxu4RXwQwq hqthFBYAQ4wboO9ZmYQT8dVBt0kVoEQ3eXhiAeEw= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH v1 0/4] A few small fixes Date: Tue, 15 Oct 2024 22:38:11 +0200 Message-ID: <20241015203820.574326-1-stefan.klug@ideasonboard.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" 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 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(-)