From patchwork Thu Nov 26 14:23:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Plowman X-Patchwork-Id: 10506 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 38465BE08A for ; Thu, 26 Nov 2020 14:23:26 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id ABB866346D; Thu, 26 Nov 2020 15:23:25 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="Di0VIIpz"; dkim-atps=neutral Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id E9D3B633F6 for ; Thu, 26 Nov 2020 15:23:24 +0100 (CET) Received: by mail-ej1-x62b.google.com with SMTP id hb22so2946538ejb.12 for ; Thu, 26 Nov 2020 06:23:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=9fifH38x63YarR/gjTgYZ2JX+WO3BXeA1Bo6E8Oju6Q=; b=Di0VIIpzZx3V2cBPY2wG1SC77/iAn4LlLRmaKAtI17DsJb2AqG9A9/uCk99KeXY56U /IQt+DOAwaq6IP7kUBaZtMY2yPb/nVNEGPrdnmrWYvvElaHj+rMPVapxc37qlBwJ3NUT ZxImYrL0UHBEEqGgp6kwsSrBSn04FyDsccrDJZytXCrY6smk7Wu6nk7VX4dvTYTGA+tL /yxUZ7cZsflXvjJZeqcYS5MfF0uRWrlR+TDqguFx6r/DhCkjL4ErmjLvYXL/6gp/fSgl pPh1wswVJukXOEwlBGKJCxuLcZlG1ABHiI+L4Ty8t11MeNhaE7lNHPoNfwBU7x6V1hsB RYHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=9fifH38x63YarR/gjTgYZ2JX+WO3BXeA1Bo6E8Oju6Q=; b=gkEkezHAbQqq8ktaJat990XYJthGb95R1S825d0MyK8WPvtvNiqIv3sP3oQe9oMDk3 Fum6bwkyvhYXi+cb04NLU6I+dFEIGjVAmSMjkeP99UbABWhfTd5AcvDhD4KwoXUUR1Xo v5Y+EPLwM8MYeD/NV3/rJGegM+mucdOtKx5HAgBZdGhy5xxP3r3UawU6Xh+oh0ZApJy8 7yuqsEpe5E3Ug2zCBkGDcB3AmrvPQZmg40kBrv/9BwQDyZN0F+V7MUnrCcO5BJA7FgaS Cs/knNJmR7ljc+aF6ejlj3VS5IaIOn1iyl/sIAQ4jlzEkN1xfXqkVo8eNZAZWlRbD1xd S+Zg== X-Gm-Message-State: AOAM5309kOlhWfvmp/7XQoRJQcu6uVdwzsU1p4j7aKei8JRcm1Lwii6D tTnu9Uw378WU5dFM0GJQKZI0mzzFidqoNKHh X-Google-Smtp-Source: ABdhPJzSQA6knC7R4wJXg9tThDkHDLAowMROlHOQVUs7bc0+40JBAgfH7oE5BYuz+nR3EEDTonwd3A== X-Received: by 2002:a17:906:f752:: with SMTP id jp18mr2809387ejb.331.1606400604342; Thu, 26 Nov 2020 06:23:24 -0800 (PST) Received: from pi4-davidp.lan (plowpeople3.plus.com. [80.229.223.72]) by smtp.gmail.com with ESMTPSA id f24sm3237003edx.90.2020.11.26.06.23.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Nov 2020 06:23:23 -0800 (PST) From: David Plowman To: libcamera-devel@lists.libcamera.org Date: Thu, 26 Nov 2020 14:23:17 +0000 Message-Id: <20201126142321.5563-1-david.plowman@raspberrypi.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 0/4] Raspberry Pi AGC improvements 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 again everyone Here's version 3. Sorry for the slight slip-ups in v2, this set should address those! Best regards David David Plowman (4): src: ipa: raspberrypi: Avoid AGC filtering when both gain and shutter specified src: ipa: raspberrypi: agc: Make AGC handle Pause/Resume for itself src: ipa: raspberrypi: Improve behaviour when AE disabled src: ipa: raspberrypi: Fix initial AGC oscillation for imx219 sensor src/ipa/raspberrypi/controller/rpi/agc.cpp | 31 +++++++++++++++++++++- src/ipa/raspberrypi/controller/rpi/agc.hpp | 4 +++ src/ipa/raspberrypi/data/imx219.json | 4 +-- src/ipa/raspberrypi/raspberrypi.cpp | 8 ------ 4 files changed, 36 insertions(+), 11 deletions(-)