From patchwork Tue Dec 21 05:10:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 15189 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 13DBEBE080 for ; Tue, 21 Dec 2021 05:10:37 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 64CA3608EB; Tue, 21 Dec 2021 06:10:36 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Lkl11zU4"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 179AC608A2 for ; Tue, 21 Dec 2021 06:10:35 +0100 (CET) Received: from pyrite.mediacom.info (unknown [IPv6:2604:2d80:ad90:fb00:96fd:8874:873:6c16]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 0353E881; Tue, 21 Dec 2021 06:10:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1640063434; bh=9xzYav9VRotjBpBltnF4sZY7cuvG6sijzVKTdBnCgTc=; h=From:To:Cc:Subject:Date:From; b=Lkl11zU4e3oKc7ju5gxxhlCeb1LiM0v5ZnV4E+4kScbaAB92Ueg+XUUHANrUDss7T un02tygsBM6dH4T0bDwye6giowe+VuUYv7pSYIRHfUfD/HF8+rPvGc8aPDqE2FTGqf 6TWMOTFhpsoAqZb134t3iG31AQFIAb8WV04ygWCQ= From: Paul Elder To: libcamera-devel@lists.libcamera.org Date: Mon, 20 Dec 2021 23:10:20 -0600 Message-Id: <20211221051023.2628625-1-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/3] Noise reduction 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" This patch series is about noise reduction. 1/3 promotes the noise reduction control. It has not changed since v1. 2/3 cleans up the noise reduction controls that are used in the raspberrypi IPA. This has also not changed since v1. 3/3 does the plumbing of noise reduction into the HAL layer. This has had some cleaniless fixes since v1. Paul Elder (3): controls: Promote NoiseReductionMode to non-draft ipa: raspberrypi: Clean up NoiseReductionMode values android: Plumb noise reduction include/libcamera/ipa/raspberrypi.h | 8 +++- src/android/camera_capabilities.cpp | 36 +++++++++++++- src/android/camera_device.cpp | 70 +++++++++++++++++++++++++-- src/ipa/raspberrypi/raspberrypi.cpp | 10 ++-- src/libcamera/control_ids.yaml | 73 +++++++++++++++++------------ 5 files changed, 156 insertions(+), 41 deletions(-)