From patchwork Wed Dec 9 10:26:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 10624 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 5E189BD80A for ; Wed, 9 Dec 2020 10:26:39 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C381267E73; Wed, 9 Dec 2020 11:26:38 +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="eiNTkNsT"; dkim-atps=neutral Received: from mail-wm1-x329.google.com (mail-wm1-x329.google.com [IPv6:2a00:1450:4864:20::329]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 7C327635C4 for ; Wed, 9 Dec 2020 11:26:37 +0100 (CET) Received: by mail-wm1-x329.google.com with SMTP id 3so1079220wmg.4 for ; Wed, 09 Dec 2020 02:26:37 -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=auttppkwTN7jCUYcguHRgOJ86hxUtNMsyPnu5H3a8lg=; b=eiNTkNsTd9Xr19mFfZYozlJlZvtnMHJRa+d1Ik9RP5LpAU6QvlyxnAH140KMyykBar ox8XuGlJQgw0bGoxdBRK1OmnmZC/RZftcDX0Utl4eoiIOpUggrLuG6uaOcoLnG28b2tX cXEIV4YrnxjJaJbMhE/xuhTnK4NWHBWwSodcViTx0dgqPy/1O/13AgMMLcjQr9a44s6A pOtnW9ZPdhbie5FD0nrrkXBieQDiIKms8CAwVaR1DTsGnsqzlo4Bui46mO8iLDcDpdn8 Q3TRtzLNRkcGIXzSAro0qBSa4/qPfdSj+VB2IR0/UqhB9pl13snoQrhzL2qg9Ux1AmLq EmjQ== 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=auttppkwTN7jCUYcguHRgOJ86hxUtNMsyPnu5H3a8lg=; b=T+6O1KFlZpg5d5vZcAepcsvpPbKrg8d5CCcHOKUIecSXp0hDznmF6/JyKEOLMlEjPR IiDy/oIX5+2MalAil85ExaOP31e1yQ2901C1rAhLNv2kSGgK+NVDHDCq/86kndstiBJD i+XxnXFIObittGSQT7X9jEDLy4PsmANTlnizylzKZnLCh7AfRwQEOUIfHnJd7rwLIF89 VBosFGX4GlUUr7OTLOP2WQP4+u4Yg0PG2V7SP2bzDFWrDrd9p789CRMXN9LpkPb3J0mA 85ob+/2rhzu2S/VvUGoIqNoKOAI2vPWpSLPMRqXO5xy0IDwygcz1yiTWhXdLawPLhigl Bs1g== X-Gm-Message-State: AOAM532kDlP9qpJPthPHufVY7xHNKEv29Gm+25sBRdJeZ0ng4ayYpmdO ZIePQhBBxumM5k/DkYXTyeo3EKR6tZSvkQ== X-Google-Smtp-Source: ABdhPJyTIvy4OWRL4qfZ9mzOE0VSmLwjBymR8166bk98y4n2eUTi5dZsvtlcqW0o4wTGmlHlxu/GvQ== X-Received: by 2002:a1c:4907:: with SMTP id w7mr1978047wma.175.1607509596964; Wed, 09 Dec 2020 02:26:36 -0800 (PST) Received: from naushir-VirtualBox.pitowers.org ([2a00:1098:3142:14:a00:27ff:fe4d:f6a2]) by smtp.gmail.com with ESMTPSA id q73sm2636035wme.44.2020.12.09.02.26.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Dec 2020 02:26:36 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Wed, 9 Dec 2020 10:26:27 +0000 Message-Id: <20201209102630.5562-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v4 0/3] raspberrypi: FPS control 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, Here is v4 of the framerate control work. Apologies that this has been sent some months after the the last version, but other things took priority. I think most of the changes here are uncontroversial after the last round of discussions on the same topic. Regards, Naush Naushir Patuck (3): libcamera: controls: Add frame duration control libcamera: raspberrypi: Add control of sensor vblanking ipa: raspberrypi: config: Update shutter speeds for imx219/477 and ov5647 include/libcamera/ipa/raspberrypi.h | 1 + src/ipa/raspberrypi/cam_helper.cpp | 37 ++++++++++++++++- src/ipa/raspberrypi/cam_helper.hpp | 15 ++++++- src/ipa/raspberrypi/cam_helper_imx219.cpp | 13 +++++- src/ipa/raspberrypi/cam_helper_imx477.cpp | 11 ++++- src/ipa/raspberrypi/cam_helper_ov5647.cpp | 11 ++++- src/ipa/raspberrypi/data/imx219.json | 15 ++++++- src/ipa/raspberrypi/data/imx477.json | 15 ++++++- src/ipa/raspberrypi/data/ov5647.json | 15 ++++++- src/ipa/raspberrypi/raspberrypi.cpp | 41 ++++++++++++++++--- src/libcamera/control_ids.yaml | 13 ++++++ .../pipeline/raspberrypi/raspberrypi.cpp | 3 +- 12 files changed, 171 insertions(+), 19 deletions(-)