From patchwork Wed Aug 25 16:13:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 13490 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 BCF33BD87D for ; Wed, 25 Aug 2021 16:12:21 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 1C091688A3; Wed, 25 Aug 2021 18:12:21 +0200 (CEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 64B1860259 for ; Wed, 25 Aug 2021 18:12:20 +0200 (CEST) Received: (Authenticated sender: jacopo@jmondi.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id A15FD240006; Wed, 25 Aug 2021 16:12:19 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Wed, 25 Aug 2021 18:13:01 +0200 Message-Id: <20210825161303.48955-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] lc-compliance: Test resoltions 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" While working on updating the frame durations control limits on IPU I had the need to test if moving from one branch to another broke the ImgU configuration procedure in some way. As the commit message describes, the newly added test most probably does not qualify for inclusion, as there are no fixed sets of resolutions a camera has to support. But it has been useful, at least for me as a quick validation. The first patch is a drive-by trivial change to documentation. Thanks j Jacopo Mondi (2): libcamera: camera configuration: Remove operator[] from doc [DNI?] lc-compliance: Add resolutions test src/lc-compliance/meson.build | 1 + src/lc-compliance/resolutions_test.cpp | 190 +++++++++++++++++++++++++ src/libcamera/camera.cpp | 6 +- 3 files changed, 194 insertions(+), 3 deletions(-) create mode 100644 src/lc-compliance/resolutions_test.cpp --- 2.32.0