From patchwork Mon Jul 6 08:56:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 8644 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 847EEBD792 for ; Mon, 6 Jul 2020 08:56:38 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 18E2B60E09; Mon, 6 Jul 2020 10:56:38 +0200 (CEST) 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="F3z3421S"; dkim-atps=neutral Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B4A6D603B1 for ; Mon, 6 Jul 2020 10:56:36 +0200 (CEST) Received: by mail-wm1-x335.google.com with SMTP id g75so38370701wme.5 for ; Mon, 06 Jul 2020 01:56:36 -0700 (PDT) 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=W9nSfy7NZDS45yxts6XZ15Wu3u0+B8dfZMQVCB/b9tY=; b=F3z3421STtBBx9J0VTRH4pIfA6sMXjamjztOqB0gRMhy+1I/rTgXOnNhYYhdpgEktP ZGEnAS668PoF5/OpEnXKNisA4KsqkHhCS5wTGSy9cbgminc3NV0ABL+XvqRYTvitX1uR /4BPJ2mcaL8c47uiTAK3uFOU6RBAL5YOou9xL9TTMJYXopiFxBsKXXDW5xAUDAqGRllk 0zR7IAgHvc6vr6EbGkNhjGVv57vVoOl2ZI+lgs6uIB8FV5Z8TRbBsaDFwHXBsMjdE+GZ klnfcP29rlys8jI1AsdB2AG5FwM3zZiUln1jhaquDElp5sVijHbY/LtDAOcGdG9r1DlY 860A== 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=W9nSfy7NZDS45yxts6XZ15Wu3u0+B8dfZMQVCB/b9tY=; b=ZVgXXWNRYbrQOtJHJIjHW19R1/NsczeEs3rcqGKLUBpiaDSYA/QPgrRyFC+JwgKCAj 5K18/0n61vG9IpqCpl7I6jAqupO6jP3rY0zdt355JYB9TSJZ4BY5zhsi+wVu6/1HWoOe 4EEhLCyhj+ysOgWmNG0gSL+xpF+3hd8ZarOcBSgv0qSpxtoVsvdIS7Hwb/r0U2omtBd5 TxzryzqcFJBtdY+aZ/5S503x3f7g5/0TJE1r4+455ohBRFuBF4pABppMyxslX7nZMaxC xRipCmxCi63c8sLdqqpKW9J96vDDc1UZY8gdjErWqxhas1kN1CzkkqlF89zWp/B2gXsW nWMg== X-Gm-Message-State: AOAM533B9GZc99EL7HMW4VvmQ+/w46A6SVG5+eH+OOzynsBzCtHc/ua2 YYkACWq32xU+YxtArb2igTmCaGhQzsI= X-Google-Smtp-Source: ABdhPJzVgJliaOYIQ9p810YZkXdQwNF+jxDoRkOUQzul/zZ6RO/qsiiPDotYkb/u+GmhXpHGlCUsjg== X-Received: by 2002:a1c:a993:: with SMTP id s141mr49941821wme.174.1594025796151; Mon, 06 Jul 2020 01:56:36 -0700 (PDT) Received: from naushir-VirtualBox.patuck.local ([88.97.76.4]) by smtp.gmail.com with ESMTPSA id k185sm22600282wmk.47.2020.07.06.01.56.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Jul 2020 01:56:35 -0700 (PDT) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Mon, 6 Jul 2020 09:56:22 +0100 Message-Id: <20200706085625.1625432-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/3] Focus feedback control 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, Here is version 2 of the focus FoM control patches. The only real change is a typo fixup and removing of one patch that is not needed any more. As per our discussions, reporting only one FoM value for the entire image might change once we gauge how users will use this control vs taking out the full statistics structure. Regards, Naush src/ipa/raspberrypi/controller/focus_status.h | 2 +- src/ipa/raspberrypi/raspberrypi.cpp | 15 ++++++++++++++- src/libcamera/control_ids.yaml | 11 +++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-)