{"id":13959,"url":"https://patchwork.libcamera.org/api/1.1/covers/13959/?format=json","web_url":"https://patchwork.libcamera.org/cover/13959/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/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":"<20210928074959.3489544-1-paul.elder@ideasonboard.com>","date":"2021-09-28T07:49:55","name":"[libcamera-devel,RFC,0/4] Fix pipelines for the new AE-related controls","submitter":{"id":17,"url":"https://patchwork.libcamera.org/api/1.1/people/17/?format=json","name":"Paul Elder","email":"paul.elder@ideasonboard.com"},"mbox":"https://patchwork.libcamera.org/cover/13959/mbox/","series":[{"id":2578,"url":"https://patchwork.libcamera.org/api/1.1/series/2578/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2578","date":"2021-09-28T07:49:55","name":"Fix pipelines for the new AE-related controls","version":1,"mbox":"https://patchwork.libcamera.org/series/2578/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/13959/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 7DC33BDC71\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 28 Sep 2021 07:50:16 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id D830C6918D;\n\tTue, 28 Sep 2021 09:50:15 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 6362A69185\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 28 Sep 2021 09:50:14 +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 D7CDC3F1;\n\tTue, 28 Sep 2021 09:50:12 +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=\"keGae+y4\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1632815414;\n\tbh=Pquu/jnl5iy1BnJSRFv0KZhm2d8fdD8Mi8OcokBmRyA=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=keGae+y4g1zFvtom2J0VpMES3wVThNQE7tBEYDwdEfzre31RUFhJCeaSKM1WrNoX9\n\tokTbvHe0vxdRWPsnxT7Q+VA0pbDCOWF3aCaFf1g5+MENXgvFXjgZA5RRprBkZ1V+7E\n\tChMvTMXjQnfWeArMS+uF4Js1Nup0SkLpfh5QrAtE=","From":"Paul Elder <paul.elder@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Tue, 28 Sep 2021 16:49:55 +0900","Message-Id":"<20210928074959.3489544-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 0/4] Fix pipelines for the new\n\tAE-related controls","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 depends on \"controls: Reorganize the AE-related\ncontrols\".\n\nThis series applies fixes on the pipeline handlers that are affected by\nthe AE controls change. It is meant not to change behavior, but as we\ndon't yet have a helper for the AeEnable master control yet, some of\nthese are hairy.\n\nI would appreciate comments on how the pipeline handlers in this series\nhandle (temporarily and in the long-run) the new AE-related controls. The\nraspberrypi and the rkisp1 pipeline handlers are particularly hairy imo.\n\n\nPaul Elder (4):\n  libcamera: pipeline: uvcvideo: Support the new AE controls\n  libcamera: pipeline: raspberrypi: Support the new AE controls\n  test: ipa_data_serializer: Remove controls::AeEnable\n  libcamera: pipeline: rkisp1: Support the new AE controls\n\n include/libcamera/ipa/raspberrypi.h           |  3 +-\n src/ipa/raspberrypi/controller/rpi/agc.cpp    | 18 +++++++-\n src/ipa/raspberrypi/controller/rpi/agc.hpp    |  5 +++\n src/ipa/raspberrypi/raspberrypi.cpp           | 42 +++++++++++++++----\n src/ipa/rkisp1/rkisp1.cpp                     | 18 ++++----\n src/libcamera/pipeline/rkisp1/rkisp1.cpp      |  4 +-\n src/libcamera/pipeline/uvcvideo/uvcvideo.cpp  | 36 ++++++++++++++--\n .../ipa_data_serializer_test.cpp              |  1 -\n 8 files changed, 102 insertions(+), 25 deletions(-)"}