From patchwork Tue Aug 6 14:44:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 20808 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 6C6FBC323E for ; Tue, 6 Aug 2024 14:45:57 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 618336338D; Tue, 6 Aug 2024 16:45:56 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="TVyAosR/"; 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 445CA6195D for ; Tue, 6 Aug 2024 16:45:54 +0200 (CEST) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:c4f5:45bb:f0b0:892]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CC512B2A; Tue, 6 Aug 2024 16:45:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1722955501; bh=KELalpzN2AV+0eNH2DuAv0PdFVGNIUS/BqzQEzZYzJo=; h=From:To:Cc:Subject:Date:From; b=TVyAosR/9IGS7GTERqHDNyonoX1l0BWYQvWPHl+bNCAvxjy/tltHDzydxS8o7L9wq +JNyrJoyAUmN89AQs0KQ1AJTzWc5Okf9ic3EBLAk799U3xK4bEmoxoYetCkxcaksvB OQpYjJicVM+1vi12/Ppz4Ct5V1x7otvvmpyRZYY0= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [RFC v1 0/1] First version of the tuning guide Date: Tue, 6 Aug 2024 16:44:40 +0200 Message-ID: <20240806144517.1903397-1-stefan.klug@ideasonboard.com> X-Mailer: git-send-email 2.43.0 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" Hi all, as discussed internally here is the first version of the tuning guide. I don't want to flood the mailing list with images/binary data, so these are not contained. The overall result can be seen here: https://libcamera.stefanklug.com/guides/tuning/tuning.html There is ongoing work in how to integrate that into libcamera without increasing the size of the repository due to image data. This will be discussed separately and I'll collect everything when the path is clear. For now I would be grateful to get some feedback on the overall structure and possible feedback from native speakers. The whole tuning process is still work in progress and therefore the guide can not be considered "done" but something that is sufficient for someone to tune a sensor. Best regards, Stefan Stefan Klug (1): Documentation: Add first version of the tuning-guide Documentation/conf.py | 4 +- Documentation/guides/tuning/tuning.rst | 276 +++++++++++++++++++++++++ Documentation/index.rst | 1 + Documentation/meson.build | 1 + 4 files changed, 280 insertions(+), 2 deletions(-) create mode 100644 Documentation/guides/tuning/tuning.rst