From patchwork Thu Sep 5 16:25:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 21164 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 C281BBF415 for ; Thu, 5 Sep 2024 16:25:13 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C49C6634E7; Thu, 5 Sep 2024 18:25:12 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="M4OHoFoy"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 26D266345D for ; Thu, 5 Sep 2024 18:25:11 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9E0463E6 for ; Thu, 5 Sep 2024 18:23:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1725553437; bh=AzaOLATGTVRsZmrjMTKfmUG1idHl553qFJo8XUrCidQ=; h=From:To:Subject:Date:From; b=M4OHoFoyhK8W2veVzKt4OKvYvj0S/rNcN1tn/DKX4w5VYaDbj2A7igahmp+gef5es HxBMp4JDCC9Kb/P+G0bNqK2rmxLfTrnoKLc4EI8LVSJovMZ2lfgW3NMUaqtOycRJId CapMxXMzm+yRHCCfixYAzKYr71Ijy7q+foWyZ5h4= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 0/2] qcam: Use black background Date: Thu, 5 Sep 2024 19:25:06 +0300 Message-ID: <20240905162508.4169-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.44.2 MIME-Version: 1.0 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" Hello, While cleaning my local branches I found those two patches fro more than 3 years ago. Their purpose is to render the viewfinder (1/2) and stopped icon (2/2) on a black background. I can't quite recall why I wrote them in the first place, maybe because black backgrounds are more ubiquitous in applications that display video. We can merge the first patch without merging the second one if desired, or drop the series completely. Laurent Pinchart (2): qcam: viewfinder_qt: Draw the letterbox background black qcam: viewfinder_qt: Render stopped icon on a black background .../qcam/assets/feathericons/camera-off.svg | 2 +- src/apps/qcam/viewfinder_qt.cpp | 24 +++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) base-commit: f75b8dd26feaca86701704390dea18c71e2f0350