From patchwork Thu Feb 18 17:01:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 11336 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 D653CBD1F1 for ; Thu, 18 Feb 2021 17:01:32 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 4CD6268414; Thu, 18 Feb 2021 18:01:32 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="Q4mxMd9z"; dkim-atps=neutral Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8F29C637DA for ; Thu, 18 Feb 2021 18:01:31 +0100 (CET) Received: by mail-wm1-x334.google.com with SMTP id o82so4433598wme.1 for ; Thu, 18 Feb 2021 09:01:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=QfuqRHA3/BgiNMFtHo1m5uriEaSbUueLDkeW6Rbc2tA=; b=Q4mxMd9zzGOEfp5fIj4y2r6O6S80FZODmQziIc5NxT5j/kSt4m7Dp5MaIccJu3a9gE wrXAzSXDUUh08gqt2u45tLwQABU+mfA7cQH40twEmdBEkLBh1pwt27V63NvemNVQGaUw 9E4++tBATbwhsT//Vu6/fWp/H4wjACyiQblSiyjgyBDDxpOvW49V0L4su/qHUYjDrG99 gyY1kw4LuCpUkuYVNRU4NRb7PDVPWAnFo6snhl9BjncUtKgiP+UVUopBd/S7JGGVBYrq oaoahFDlCTL2FGuHJYPKGgPm9fB7DQPc8dijwf62JXAXumCNxQIF3GtKaq798tPu7487 DDxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=QfuqRHA3/BgiNMFtHo1m5uriEaSbUueLDkeW6Rbc2tA=; b=bnHg4PnTk1AJD/JkNmj9hA1Reoq5sBzVTx6taLpyMJb/hbgj9oSv5aRgqsGNgBq78S h5m3C0x+tvv9uqZGv18WornqemcTrcfiv30ZmhJi1iBmWw/SsCUJfRdukRBOEO5WrJPE 0ukBtHruewm5AtP64cqngSINZWw64eK5RRUfZm+sopJ7pSsVYVUo+qdRjEH+QXbuzGxE Bkz5OK+qasu2F9dbBq9VXJo+pPvUWUvs3KKpTO/DDk+qyaudoiX8LjDREwz/X9K77RBu X33mshV2gyMikl9UbYn8VNF0LQg4Keaoy6sbS9MXZwi9YI/WvsUTB3/9oaeu4Br2ntGu dohg== X-Gm-Message-State: AOAM533hYzulUaf3X/r8Zw/VEKlNLMZQgADo6ZLc+wit1UlGBY4Wrepa +yXPMu8CPa59OezN12pTwrQgIaYKuHYCcaqv X-Google-Smtp-Source: ABdhPJy/X3fugMYiMjIjOHwPXe4M6k8Eb1jI6sgmBm/frnWLLKD7cx2OyImydCrN6oU3KFGWgvmgXg== X-Received: by 2002:a05:600c:4f0c:: with SMTP id l12mr4319980wmq.16.1613667690762; Thu, 18 Feb 2021 09:01:30 -0800 (PST) Received: from naush-laptop.patuck.local ([88.97.76.4]) by smtp.gmail.com with ESMTPSA id t30sm10504747wra.56.2021.02.18.09.01.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Feb 2021 09:01:30 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Thu, 18 Feb 2021 17:01:22 +0000 Message-Id: <20210218170126.2060783-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 0/4] Raspberry Pi: Embedded data usage 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" Hi all, I encountered a small typo in patch 3/4 due to the IPA interface rebase of v2. This is now fixed in v3, sorry about that! Regards, Naush Naushir Patuck (4): pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controls ipa: raspberrypi: Remove MdParserRPi pipeline: raspberrypi: Only enabled embedded stream when available pipeline: raspberrypi: Allow either strict or non-strict buffer matching include/libcamera/ipa/raspberrypi.mojom | 2 + src/ipa/raspberrypi/cam_helper.cpp | 9 +- src/ipa/raspberrypi/cam_helper_imx219.cpp | 4 +- src/ipa/raspberrypi/cam_helper_ov5647.cpp | 3 +- src/ipa/raspberrypi/md_parser_rpi.cpp | 37 ---- src/ipa/raspberrypi/md_parser_rpi.hpp | 32 --- src/ipa/raspberrypi/meson.build | 1 - src/ipa/raspberrypi/raspberrypi.cpp | 132 +++++++----- .../pipeline/raspberrypi/raspberrypi.cpp | 193 +++++++++++------- 9 files changed, 208 insertions(+), 205 deletions(-) delete mode 100644 src/ipa/raspberrypi/md_parser_rpi.cpp delete mode 100644 src/ipa/raspberrypi/md_parser_rpi.hpp