From patchwork Thu Jun 24 10:50:51 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 12697 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 3B404C321A for ; Thu, 24 Jun 2021 10:51:09 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 68A6568938; Thu, 24 Jun 2021 12:51:08 +0200 (CEST) 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="EvwT9xWP"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1FD516050B for ; Thu, 24 Jun 2021 12:51:05 +0200 (CEST) Received: from pyrite.rasen.tech (unknown [IPv6:2400:4051:61:600:2c71:1b79:d06d:5032]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 905502C51; Thu, 24 Jun 2021 12:51:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1624531864; bh=fNQPJWq9VO7gNXY8zxhx9QqYa9ocUT8XHUpOgaSxy18=; h=From:To:Cc:Subject:Date:From; b=EvwT9xWP9nSHAbRSM80rn93FyFjaUYt7s80ZQKcEdty1aJ2SpaudAlW9LebjJS2lb IYJJXxBX9squPu+iMmvRi+2vMiBb74lzHMj2bqnKsnpVnZPCEmcC67NyDtEw2oYp/g 529KzlypcbXYjS/wJk7RzF0SiU/o6wIq6+L+eq9Y= From: Paul Elder To: libcamera-devel@lists.libcamera.org Date: Thu, 24 Jun 2021 19:50:51 +0900 Message-Id: <20210624105054.51700-1-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [RFC PATCH v2 0/3] Static metadata helpers 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 is my idea of the helpers for static metadata. Patches 2/3 and 3/3 are samples on how they would be used. This series depends on "[PATCH v3 01/14] android: Add infrastructure for determining capabilities and hardware level" Paul Elder (3): android: Add helpers for setting android metadata from libcamera controls android: Plumb AwbMode control android: Plumb AwbLock control src/android/camera_capabilities.cpp | 111 +++++++++++++++++++++++++--- 1 file changed, 99 insertions(+), 12 deletions(-)