From patchwork Wed Jun 5 10:42:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pablo Pita X-Patchwork-Id: 20209 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 F2C9ABDE6B for ; Wed, 5 Jun 2024 10:46:35 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id A8B65634CD; Wed, 5 Jun 2024 12:46:35 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="NyEPVk4d"; dkim-atps=neutral Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 4FE2661A33 for ; Wed, 5 Jun 2024 12:42:52 +0200 (CEST) Received: by mail-lf1-x12c.google.com with SMTP id 2adb3069b0e04-52b912198a6so4352346e87.0 for ; Wed, 05 Jun 2024 03:42:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717584171; x=1718188971; darn=lists.libcamera.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=+D4sm4T2HOH0hE0kQOQ3dOBaagp9xkZ9UPHkLK91Ec8=; b=NyEPVk4dp0HgiLsbyvR6EIb+fGaAopFpM5T8mKNaJmFO9WFSkKGr94U/h2OzQpBlex AenlCtExoLxiZgvkv1H5IAXUh4v4bJ9gl9/nGkU67tueEna4hYAAibVPEnEpWHe+WIf+ UqFZykPLCMOKfGC1AwWBNaZGuTuv+3dAcLEQDtts+NoFHcXWNJqT7oRXivW909kjFDLl wHUdQ2XAEdkJ3S784v5Qc0xmsYJRDELKWay5huiH7C4PH7ZmaXc5naNOyF71Od/P6K/c uDFkzWSCepYuiuP4dbMnAHK4gSMnWTJqm2PmARlCUh6RtXtfY3cEKIQdfxGpNWyz9VxQ UgrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717584171; x=1718188971; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=+D4sm4T2HOH0hE0kQOQ3dOBaagp9xkZ9UPHkLK91Ec8=; b=pynojLb2l8nu23t5I5jFWeqSZellgcE66Cneb/dOX7KON0G1VQc+naQkUJ2CYvcMcf 4AFlExbeDykaegWMSJ823ChqCvpFFl/7MsI7thEBFk+jv5kmw+xBqlV/2uikjLpIjbtG 2xI07lClrFEKIUPcaP+kxDB4f82HSb6cIai62aVLFVQp9JpdTlHAYphZrqNJVr49K2BW J07sIrMbFhZE7lNyEv6Z6Hc2J8R0qAEB/KJOhc17V4Oq5XOoQrnVtJG5blGknw0X4Q/l 0cCvHdRfXFpwVY3es26p8p/c70wtqUlx5ADKqQS/nJldStzCkMLB4YViEuaXpTrzZggT kFBQ== X-Gm-Message-State: AOJu0YwxL9tT8hJQTikzUvolnGBk+/gx4vN+evfaEiONOBmE5FAkq2RC KNnMrlu/R2r1DjnuoSRo1Lx1fcNUOEzD2I17OcvNAWP2IJOk37mz+9QAYA== X-Google-Smtp-Source: AGHT+IFxtZcalIIn0NgjiuNUq1cujVY7A/yDTAbFz+0EzwnPa+319O7cBH764mRRuXeuS78G+Wh3Bw== X-Received: by 2002:a05:6512:4804:b0:52b:82d5:b361 with SMTP id 2adb3069b0e04-52bab4ea7d6mr1527022e87.37.1717584171005; Wed, 05 Jun 2024 03:42:51 -0700 (PDT) Received: from acerswift.fritz.box (dynamic-078-051-245-247.78.51.pool.telefonica.de. [78.51.245.247]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-35dd04cac9asm14165073f8f.34.2024.06.05.03.42.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jun 2024 03:42:49 -0700 (PDT) From: Pablo Pita To: libcamera-devel@lists.libcamera.org Cc: Pablo Pita Subject: [PATCH] Document additional environmental variables Date: Wed, 5 Jun 2024 12:42:17 +0200 Message-ID: <20240605104217.59803-1-pablo.pita@gmail.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 05 Jun 2024 12:46:33 +0200 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" --- Documentation/environment_variables.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/environment_variables.rst b/Documentation/environment_variables.rst index 4e9fbb27..7cc13e9f 100644 --- a/Documentation/environment_variables.rst +++ b/Documentation/environment_variables.rst @@ -37,6 +37,11 @@ LIBCAMERA_IPA_MODULE_PATH Example value: ``${HOME}/.libcamera/lib:/opt/libcamera/vendor/lib`` +LIBCAMERA_IPA_PROXY_PATH + Define custom full path for a proxy worker for a given executable name. + + Example value: ``${HOME}/.libcamera/proxy/worker:/opt/libcamera/vendor/proxy/worker`` + LIBCAMERA_PIPELINES_MATCH_LIST Define an ordered list of pipeline names to be used to match the media devices in the system. The pipeline handler names used to populate the @@ -50,6 +55,11 @@ LIBCAMERA_RPI_CONFIG_FILE Example value: ``/usr/local/share/libcamera/pipeline/rpi/vc4/minimal_mem.yaml`` +LIBCAMERA_RPI_TUNING_FILE + Define a custom JSON tuning file to use in the Raspberry Pi. + + Example value: ``/usr/local/share/libcamera/ipa/rpi/vc4/custom_sensor.json`` + Further details ---------------