From patchwork Sat Apr 12 07:41:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 23176 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 19E0CC3213 for ; Sat, 12 Apr 2025 07:41:27 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 1C92C68AA9; Sat, 12 Apr 2025 09:41:26 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ucw.cz header.i=@ucw.cz header.b="A/824Tzd"; dkim-atps=neutral Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A64D86899E for ; Sat, 12 Apr 2025 09:41:23 +0200 (CEST) Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 254BD1C013F; Sat, 12 Apr 2025 09:41:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucw.cz; s=gen1; t=1744443683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=O3mCre7VcVgzxSIjJNLeceanT4wGe0y1pi6oZ4B3tXY=; b=A/824Tzd06b2aaQa5sbyN9qQ0KzWPz5Ap3Nzv8cD8Mj+td1ZHKFhPE8dFY+gA0DETGySBz 0Aldf2UAzHCIVE+xkEDWE4JR1Ho5+07P1w7FyB/d2Zm6LhxYuadn4y/2rHbr7+l72lwZ+y Kxm0lLdkELcG7ROSwJX/eG/JTk+wuo0= Date: Sat, 12 Apr 2025 09:41:22 +0200 From: Pavel Machek To: laurent.pinchart@ideasonboard.com, libcamera-devel@lists.libcamera.org Subject: [PATCH] doc: document libtiff dependency for cam Message-ID: MIME-Version: 1.0 Content-Disposition: inline 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" DNG writing is useful when working with bayer data, but libtiff is needed for that. Signed-off-by: Pavel Machek Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart diff --git a/README.rst b/README.rst index ae5126e2..31c27c87 100644 --- a/README.rst +++ b/README.rst @@ -83,6 +83,7 @@ for cam: [optional] - libdrm-dev: Enables the KMS sink - libjpeg-dev: Enables MJPEG on the SDL sink - libsdl2-dev: Enables the SDL sink + - libtiff-dev: For dng writing for qcam: [optional] libtiff-dev qt6-base-dev qt6-tools-dev-tools