From patchwork Thu Sep 5 21:09:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 1942 Return-Path: Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6785460C18 for ; Thu, 5 Sep 2019 23:08:13 +0200 (CEST) X-Originating-IP: 2.224.242.101 Received: from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 09F23C0002; Thu, 5 Sep 2019 21:08:12 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Thu, 5 Sep 2019 23:09:31 +0200 Message-Id: <20190905210940.32358-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v7 0/9] android: Rework metadata tags X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2019 21:08:13 -0000 Addresses the few comments on Laurent's new camera metadata class. Re-tested through cros_camera_test and capture sessions. Hopefully good to go! Jacopo Mondi (7): android: camera_device: Add missing static metadata android: camera_device: Use correct sizes for static metadata android: camera_device: Remove tags from request template android: camera_device: Add missing tags in request template android: camera_device: Use precise sizes for request template android: camera_device: Fix handling of request template android: camera_device: Report available keys Laurent Pinchart (2): android: Add CameraMetadata helper class android: camera_device: Use the new CameraMetadata helper class src/android/camera_device.cpp | 758 ++++++++++++++++++-------------- src/android/camera_device.h | 15 +- src/android/camera_metadata.cpp | 52 +++ src/android/camera_metadata.h | 30 ++ src/android/meson.build | 1 + 5 files changed, 527 insertions(+), 329 deletions(-) create mode 100644 src/android/camera_metadata.cpp create mode 100644 src/android/camera_metadata.h --- 2.23.0