From patchwork Wed Feb 16 12:35:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 15366 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 63127BE08A for ; Wed, 16 Feb 2022 12:35:51 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id CFAA2610F8; Wed, 16 Feb 2022 13:35:50 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="AT4mOLzz"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id C5BF0601FF for ; Wed, 16 Feb 2022 13:35:48 +0100 (CET) Received: from Monstersaurus.ksquared.org.uk.beta.tailscale.net (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 4B2E825B; Wed, 16 Feb 2022 13:35:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1645014948; bh=5YJ0GqRRTe2Orf6Vu5v269t8Pu1aALfN7c7tXc4P8hw=; h=From:To:Cc:Subject:Date:From; b=AT4mOLzzLzkFNP1/YdZELNwCJhi3JBHReMK+WUvLBmmDM2EH7ajrhqLgckCHSBVLl xm4Eet6siA5IQXz3derteNo/nUq096AS1dOvqLzTgQFA1HO38Jk7SrHnF/nALoLZOJ qeCudHSOitGE9Ac1+0Q4q4NpnvxwzhOGoMYkpXXo= From: Kieran Bingham To: libcamera devel Date: Wed, 16 Feb 2022 12:35:42 +0000 Message-Id: <20220216123544.637834-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Subject: [libcamera-devel] [SimpleCam PATCH 0/2] Extend Request metadata reporting 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" Simple cam does not report how to get the timestamp of a completed request or buffer, nor show how to handle any Request specific metadata that would be provided. Extend the existing documentation for the current buffer parsing, and add the timestamp of the buffer completion, then provide reporting and description of the Request metadata to display for each completed request. Kieran Bingham (2): simple-cam: processRequest: Report timestamp and enhance description simple-cam: processRequest: Report Request metadata simple-cam.cpp | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-)