From patchwork Tue Dec 21 05:33:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 15205 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 6C9CBBE080 for ; Tue, 21 Dec 2021 05:33:17 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id A326160911; Tue, 21 Dec 2021 06:33:15 +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="lxmnXsmF"; 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 4AD90608ED for ; Tue, 21 Dec 2021 06:33:12 +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 30A47881; Tue, 21 Dec 2021 06:33:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1640064791; bh=UxlCxZzvX5H8TgXGp/I3ZBHt9KWYHd3k4t7gsDpYnS8=; h=From:To:Cc:Subject:Date:From; b=lxmnXsmFY2jPlo5xxOr6TNUleKujbjvFNYGF1YhCJ19UAk624KkFLUYF76AtaXQht BajDYP5SgHhdxEw/u4ANxw3odjqS35voLRCVOxz1fVRhiBU+eGsRz01VPGaUzihpgp mEggcyJ6fKsiGA9NMeBFKI98g5Yqey/a7kKce46M= From: Paul Elder To: libcamera-devel@lists.libcamera.org Date: Mon, 20 Dec 2021 23:33:02 -0600 Message-Id: <20211221053304.2704780-1-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] android: Hot pixel correction 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 series adds support in the HAL for hot pixel correction, or at least connecting the relevant controls into libcamera. 1/2 adds the control to libcamera, and 2/2 plumbs it through the HAL. Paul Elder (2): controls: Add HotPixelMode android: Plumb hot pixel mode src/android/camera_capabilities.cpp | 55 +++++++++++++++++++++++++++++ src/android/camera_device.cpp | 46 ++++++++++++++++++++++++ src/libcamera/control_ids.yaml | 28 +++++++++++++++ 3 files changed, 129 insertions(+)