{"id":12633,"url":"https://patchwork.libcamera.org/api/covers/12633/?format=json","web_url":"https://patchwork.libcamera.org/cover/12633/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20210618103351.1642060-1-paul.elder@ideasonboard.com>","date":"2021-06-18T10:33:37","name":"[libcamera-devel,RFC,00/14] Preliminary FULL plumbing","submitter":{"id":17,"url":"https://patchwork.libcamera.org/api/people/17/?format=json","name":"Paul Elder","email":"paul.elder@ideasonboard.com"},"mbox":"https://patchwork.libcamera.org/cover/12633/mbox/","series":[{"id":2151,"url":"https://patchwork.libcamera.org/api/series/2151/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2151","date":"2021-06-18T10:33:37","name":"Preliminary FULL plumbing","version":1,"mbox":"https://patchwork.libcamera.org/series/2151/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/12633/comments/","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 5F122BD78E\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 18 Jun 2021 10:34:03 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 0FBE660298;\n\tFri, 18 Jun 2021 12:34:03 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id CE8A660298\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 18 Jun 2021 12:34:01 +0200 (CEST)","from pyrite.rasen.tech (unknown\n\t[IPv6:2400:4051:61:600:2c71:1b79:d06d:5032])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 2AC6A3E5;\n\tFri, 18 Jun 2021 12:33:59 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"rfU8FMHV\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1624012441;\n\tbh=IXwFkFemuwsfStZjWTrbP1Topre8O8isN6n97iLtiAo=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=rfU8FMHV+bM47OZqGvv9cLH1JIS17i+msVFBkqB7vmUQenJItPr205ZgXR5z3eZBi\n\tD+L72xIp/KRyh0K4v+3x9M4S7gZ/NUmAGnLnP/cySMN8GeVDGJNKkncDPcmtGZFy3+\n\tHH4CdKFqCU928I1+ao7aURCgPuH4taJL6Mojj2zk=","From":"Paul Elder <paul.elder@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Fri, 18 Jun 2021 19:33:37 +0900","Message-Id":"<20210618103351.1642060-1-paul.elder@ideasonboard.com>","X-Mailer":"git-send-email 2.27.0","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [RFC PATCH 00/14] Preliminary FULL plumbing","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"This patch series adds controls and plumbing necessary for 5 controls to\nsatisfy FULL requirements:\n- AeLock\n- AeEnable (AE_MODE)\n- AwbLock\n- AwbMode\n- MaxLatency (SYNC_MAX_LATENCY)\n\nPatch 1/14 has the plumbing for capability detection. It does not need\nto be reviewed; it is only included for dependency resolution.\n\nPatches 2/14 to 5/14 add the necessary controls.\n\nPatches 2/14 and 6/14 to 9/14 plumb the controls into the HAL. They all\nplumb into the static metadata, and only a few into the result metadata.\n\nPatches 10/14 to 14/14 plumb the controls into the IPU3 pipeline\nhandler.\n\nAs for IPA capability discovery, I think we can simply do an extension\nof what I have on 10/14 to 14/14 on IPU3, just one layer over.\n\nI hope that the patches for the HAL plumbing can give us some insight to\nthe requirements of the refactor capability manager.\n\nPaul Elder (14):\n  android: Add infrastructure for determining capabilities and hardware\n    level\n  android, controls: Add and plumb MaxLatency control\n  controls: Replace AeLocked with AeState, and add AeLock\n  controls: Replace AwbEnable with AwbMode\n  controls: Replace AwbLocked with AwbState, and add AwbLock\n  android: Plumb AeEnable control\n  android: Plumb AeLock control\n  android: Plumb AwbMode control\n  android: Plumb AwbLock control\n  FULL: pipeline: ipu3: Set MaxLatency ControlInfo\n  FULL: pipeline: ipu3: Set AeEnable ControlInfo\n  FULL: pipeline: ipu3: Set AeLock ControlInfo\n  FULL: pipeline: ipu3: Set AwbMode ControlInfo\n  FULL: pipeline: ipu3: Set AwbLock ControlInfo\n\n include/libcamera/ipa/raspberrypi.h  |   1 -\n src/android/camera_device.cpp        | 121 ++++++++++++---\n src/ipa/raspberrypi/raspberrypi.cpp  |  32 ++--\n src/ipa/rkisp1/rkisp1.cpp            |  13 +-\n src/libcamera/control_ids.yaml       | 220 +++++++++++++++++----------\n src/libcamera/pipeline/ipu3/ipu3.cpp |   5 +\n test/controls/control_list.cpp       |   6 +-\n 7 files changed, 262 insertions(+), 136 deletions(-)"}