From patchwork Mon Dec 20 23:26:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 15171 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 82E8FBE080 for ; Mon, 20 Dec 2021 23:26:46 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C91CC608E8; Tue, 21 Dec 2021 00:26:45 +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="GhxaWgQ+"; 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 7184260592 for ; Tue, 21 Dec 2021 00:26:44 +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 8B943881; Tue, 21 Dec 2021 00:26:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1640042804; bh=gwLx8WR426MBKy2wJog5aZnxqlvLKgnx5A2ynH1Mz78=; h=From:To:Cc:Subject:Date:From; b=GhxaWgQ+NzIyLAuX7mME7k/tfIaPSTZf4UsiwPEBv75FezXbacIPRoSnsYGiuGQ9M cBvFAIuMVSgYwnV2lPFE9IigpE0CfKGuIRKUg1XZEbCbOhZga2EC30dxf9xFF4UF2C ZeljPtmI9QV3qKa3bXjDM7aH5QpeV2pM6Zy7TNkA= From: Paul Elder To: libcamera-devel@lists.libcamera.org Date: Mon, 20 Dec 2021 17:26:23 -0600 Message-Id: <20211220232629.1485890-1-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/6] android: Miscellaneous fixes 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" Assortment of small fixes, mainly to CameraCapabilities, in preparation for the rest of the changes that will provide FULL support. 6/6 is somewhat of an execption; it's adding CONTROL_MODE_OFF. There is not much change in v2. 3/6 has its commit message expanded, and the old 5/7 was moved to a separate series. That's it. Paul Elder (6): android: camera_capabilities: Add messages for lack of FULL support android: camera_capabilities: Set read sensor settings capability android: camera_metadata: Add appendEntry helper android: camera_capabilities: Fix the type of the capability vector android: Increase result metadata size android: Add CONTROL_MODE_OFF in template and static metadata src/android/camera_capabilities.cpp | 33 +++++++++++++++++++++++++---- src/android/camera_device.cpp | 2 +- src/android/camera_metadata.h | 11 ++++++++++ 3 files changed, 41 insertions(+), 5 deletions(-)