From patchwork Mon Feb 17 18:53:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 22797 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 8A9A7C3200 for ; Mon, 17 Feb 2025 18:53:39 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id AC2E06867B; Mon, 17 Feb 2025 19:53:38 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=protonmail.com header.i=@protonmail.com header.b="lhgK/nFR"; dkim-atps=neutral Received: from mail-10629.protonmail.ch (mail-10629.protonmail.ch [79.135.106.29]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5F98261865 for ; Mon, 17 Feb 2025 19:53:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1739818415; x=1740077615; bh=dECI2pL0jlWpNlSML2ktAmzyvt3cpFgfzofcCyRHQY8=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=lhgK/nFRHPg1G4VCpdxZdBV6eEsG7o43ci/PM2BHQOPmay9hlc9m9RkbQRJNEMbMT FUo47EVK+W2fDp7oL65xCqFciZb0rtjxoxNQAf700/0igV173Xs8rfK+xCdUF+gVTB BLqVeur5ZpqJNN8EJu6ZoO+yrvy5zclwav1iHLXlPfRsjpYvsCP9W38tX5vKjBpe1A DS4XyNbNtOWGrP1AGnad6hqQNyKrZ4Ic8agIbG1Yq79gnO+wKISvRiWOyX2iLvvbJ3 Nsecce8Af+wgYXdUcxrb7RwVniP57Q16Qz778xjJAfBncNyx8RcnUCIMfo8b6z3YN7 /hFr9umAcQA1Q== Date: Mon, 17 Feb 2025 18:53:29 +0000 To: libcamera-devel@lists.libcamera.org From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= Subject: [PATCH v2 0/2] libcamera: pipeline: uvcvideo: Fix `ExposureTimeMode` control Message-ID: <20250217185327.306509-1-pobrn@protonmail.com> Feedback-ID: 20568564:user:proton X-Pm-Message-ID: 9111e2a9caf6acec7f102096f8957463c135f33d 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" The `ExposureTimeMode` is currently set up incorrectly in a UVC camera's `ControlInfo`, setting it also does not work correctly. Changes in v2: * split into two patches * make it compile with old libstdc++ when _GLIBCXX_DEBUG is set v1: https://patchwork.libcamera.org/project/libcamera/list/?series=4974 Barnabás Pőcze (2): libcamera: pipeline: uvcvideo: Fix `ExposureTimeMode` control setup libcamera: pipeline: uvcvideo: Fix `ExposureTimeMode` control setting src/libcamera/pipeline/uvcvideo/uvcvideo.cpp | 84 +++++++++++++------- 1 file changed, 56 insertions(+), 28 deletions(-) --- 2.48.1