From patchwork Fri Jul 24 14:56:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Plowman X-Patchwork-Id: 8975 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 017AABD86F for ; Fri, 24 Jul 2020 14:56:38 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 48819611B4; Fri, 24 Jul 2020 16:56:37 +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="N1IXxnUZ"; dkim-atps=neutral Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1EF2360535 for ; Fri, 24 Jul 2020 16:56:35 +0200 (CEST) Received: by mail-wr1-x42a.google.com with SMTP id f7so8607166wrw.1 for ; Fri, 24 Jul 2020 07:56:35 -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=ij/a6g4Xm+/3jsZywMmkAAUyrN+2m1uM9U1diPPeUBc=; b=N1IXxnUZ8k0BUFnUvmMrK46nrZCET+e8UUTJAjt1pSDxUmIgPS22rMTY2XP7OKXxES aswIwiriDK9mu+sWANT3LWTdTDbUzQ+BeKaodT6IZ8ZQ5dZsrqLRJXR9yB3TDTg8hSaW P6NyckTdmUvrxLTzLHDAckewDX9H6+Y2rMFknhymBRjgz8Mr0XH0HJAZtcDQ85f+55/s xZwbiZpEy2oiqoB38L6CcwTggJ8xieKJH4tp7UijaScSvCmGcKR9LkMgdBV7s6//OEHx yEsYmBVGwtgtrt1JeR6MyYtkuHfZao0qChE5LscFfe5l5BLyVQMbfFSIOVT/NhitHP9O hjLA== 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=ij/a6g4Xm+/3jsZywMmkAAUyrN+2m1uM9U1diPPeUBc=; b=sBrXuHzooC3mKzlobW66LafI9531h47Ebt2i7mfdjurpXRmjoYEUsclWojCJLV6LsK 40fV15rKBFufNyMTef6o9lKIDKqIoED9GbStWG2q7DeAAzENKEWN+Ushwd17a5XxF3eh 2moBjTNAq/yPumpCWrr3pvp0MHmL7vILpTzc46R8YC3PhzPWLOsp2d6WL+2w1CqMhqJO 7XlQ8LsHDITGyMp5ymEZ1/ds3lxuSRgs12SxXncxEJXrOmbyuXpfIBY1UHwWm7AjRf4X zzXtxVV1340KwrqMk2VR3qjRNbT+ngaj9BD7PlsHrgylI2YhkD5D7n5J7T3dDraB0iWP 0UsQ== X-Gm-Message-State: AOAM5332drjb+1J9OYZ5fp0RBB0fDx7Xox0rOVLCm/rAOb7/LNjhh8Ot M6ogayOU0GEDOZ1XFOkvlkVPJOznwnjbOw== X-Google-Smtp-Source: ABdhPJzcnd3LEiHJb/+lFU4v/RFqz4Sioh3IWnfS3g2+FDk7m55In981GKbFTYFX3VdAydjkQvTxmQ== X-Received: by 2002:adf:e992:: with SMTP id h18mr8537276wrm.383.1595602595188; Fri, 24 Jul 2020 07:56:35 -0700 (PDT) Received: from pi4-davidp.lan (plowpeople3.plus.com. [80.229.223.72]) by smtp.gmail.com with ESMTPSA id h5sm2073156wrc.97.2020.07.24.07.56.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Jul 2020 07:56:34 -0700 (PDT) From: David Plowman To: libcamera-devel@lists.libcamera.org Date: Fri, 24 Jul 2020 15:56:15 +0100 Message-Id: <20200724145618.26304-1-david.plowman@raspberrypi.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/3] ColourCorrectionMatrix 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 everyone Here's v2 of this patch set. Thanks for all the good suggestions, Laurent, I think I've incorporated all that. So three patches still as before, functionally identical, just all a bit tidier. Best regards David David Plowman (3): libcamera: Add ColourCorrectionMatrix control libcamera: raspberrypi: Add ColourCorrectionMatrix control libcamera: qcam: Improve colour information in DNG files include/libcamera/ipa/raspberrypi.h | 1 + src/ipa/raspberrypi/raspberrypi.cpp | 8 ++ src/libcamera/control_ids.yaml | 11 +++ src/qcam/dng_writer.cpp | 138 ++++++++++++++++++++++++++++ 4 files changed, 158 insertions(+)