From patchwork Tue Jul 25 12:56:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 18889 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 2A85DBDC71 for ; Tue, 25 Jul 2023 12:56:49 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 62D0F628C2; Tue, 25 Jul 2023 14:56:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1690289808; bh=OYHvksColnDc+RAF07OSXEPedvPIJaJ4LVK/wto6UKs=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=1+eLKoczcsb+DPMyDc/RXCSeOlNB1vxr57VvICZ5FJa3FCfcISmtukuOy0oqijEbb FhtQ1E/EpvEVTf8aT2P1RvPHFrekj7u02x74/yRAesv+LINi2HWPV6wxaRQ0+1zdLK tG8QKnQdcGrzPCdxOSFKUOPfkI5uBq7ySFsTr1QGWWj3bks63qlxXrjX7sJOVIt63H I31b5PItRrJKXj28hWdpPOOqW43kNs8TLijt64MOj+RrIJyPLB2pWe8UZ/Ip+N2fVC VDg7qnMVcZeYSrFSq4bR9D2JB99DADj0N5KWLBOYMuJ33EsnxFgjBvGl72DhstHGjn MMEnkfO5xu/xQ== 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 B844961E26 for ; Tue, 25 Jul 2023 14:56:46 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="oshZz0zt"; dkim-atps=neutral Received: from Monstersaurus.local (aztw-30-b2-v4wan-166917-cust845.vm26.cable.virginm.net [82.37.23.78]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1F80B5AA; Tue, 25 Jul 2023 14:55:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1690289748; bh=OYHvksColnDc+RAF07OSXEPedvPIJaJ4LVK/wto6UKs=; h=From:To:Cc:Subject:Date:From; b=oshZz0ztwGWKdPLaMra5pIuRvE38dEFeGfXmMHR3Mqt4atsGWsXVYX+2fWCMDwHB8 dEzXDkym/3bfqha/s1qCZvCxsH75lgtvQ4HL3ga9N9oNspfR1aPi29Fvxmx5Fu3j3P tdRo6+MLRLZkpfmQcTIoRcMOBCMZG+72Ce5yyUP0= To: libcamera devel Date: Tue, 25 Jul 2023 13:56:39 +0100 Message-Id: <20230725125641.1557350-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] libcamera: pipeline: AeFlickerMode support 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: , X-Patchwork-Original-From: Kieran Bingham via libcamera-devel From: Kieran Bingham Reply-To: Kieran Bingham Cc: Vedant Paranjape Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Now that the AeFlickerMode is available, implement support for it on the UVC pipeline handler. (Note this is compile tested only presently). Also - remove the now redundant SceneFlicker workaround in the python bindings as a cleanup patch. Kieran Bingham (2): py: gen-py-controls: Remove SceneFlicker workaround libcamera: pipeline: uvcvideo: Implement AeFlickerMode src/libcamera/pipeline/uvcvideo/uvcvideo.cpp | 59 ++++++++++++++++++-- src/py/libcamera/gen-py-controls.py | 3 - 2 files changed, 55 insertions(+), 7 deletions(-)