{"id":1550,"url":"https://patchwork.libcamera.org/api/1.1/patches/1550/?format=json","web_url":"https://patchwork.libcamera.org/patch/1550/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20190630233817.10130-9-laurent.pinchart@ideasonboard.com>","date":"2019-06-30T23:38:11","name":"[libcamera-devel,v3,08/14] libcamera: controls: Add a set of initial controls","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"220be63711ff36424a48e7fdc91dccc559a344b8","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/1550/mbox/","series":[{"id":384,"url":"https://patchwork.libcamera.org/api/1.1/series/384/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=384","date":"2019-06-30T23:38:03","name":"libcamera Controls","version":3,"mbox":"https://patchwork.libcamera.org/series/384/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/1550/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/1550/checks/","tags":{},"headers":{"Return-Path":"<laurent.pinchart@ideasonboard.com>","Received":["from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 24E1B61F67\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon,  1 Jul 2019 01:38:45 +0200 (CEST)","from pendragon.bb.dnainternet.fi\n\t(dfj612yhrgyx302h3jwwy-3.rev.dnainternet.fi\n\t[IPv6:2001:14ba:21f5:5b00:ce28:277f:58d7:3ca4])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id C7AE22F0\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon,  1 Jul 2019 01:38:44 +0200 (CEST)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1561937924;\n\tbh=C3UVZ+R+516fmXeF4hJxjytX027zeUq8ZgF+wnKrQ18=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=vephlv2yznk01Bpzy5O/OhmLDpj8l8/g4prD/Ex94sfvwNUYXsLT/h1YorYiCzmna\n\tpu8/vDpl9Me46E5bhQimkeeoWbtZXpTe8d3DNbvJ7Vap3VfB0Pg7W8KbVh7kFORe10\n\tQZfEljNnE4YEte/yFCGUgiZzAY+IerRG532HiyXQ=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Mon,  1 Jul 2019 02:38:11 +0300","Message-Id":"<20190630233817.10130-9-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.21.0","In-Reply-To":"<20190630233817.10130-1-laurent.pinchart@ideasonboard.com>","References":"<20190630233817.10130-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH v3 08/14] libcamera: controls: Add a set\n\tof initial controls","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.23","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Sun, 30 Jun 2019 23:38:46 -0000"},"content":"Add an initial set of controls to demonstrate how controls are defined.\n\nProper documentation for each control is missing.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n include/libcamera/control_ids.h |  6 +++++\n src/libcamera/controls.cpp      | 42 +++++++++++++++++++++++++++++++++\n 2 files changed, 48 insertions(+)","diff":"diff --git a/include/libcamera/control_ids.h b/include/libcamera/control_ids.h\nindex d0e700da9844..75b6a2d5cafe 100644\n--- a/include/libcamera/control_ids.h\n+++ b/include/libcamera/control_ids.h\n@@ -13,6 +13,12 @@\n namespace libcamera {\n \n enum ControlId {\n+\tAwbEnable,\n+\tBrightness,\n+\tContrast,\n+\tSaturation,\n+\tManualExposure,\n+\tManualGain,\n };\n \n } /* namespace libcamera */\ndiff --git a/src/libcamera/controls.cpp b/src/libcamera/controls.cpp\nindex 17e09fc7f153..0fac6f69d2b7 100644\n--- a/src/libcamera/controls.cpp\n+++ b/src/libcamera/controls.cpp\n@@ -179,6 +179,48 @@ std::string ControlValue::toString() const\n  * Control Identifiers\n  */\n \n+/**\n+ * \\var AwbEnable\n+ * ControlType: Bool\n+ *\n+ * Enables or disables the AWB. See also \\a libcamera::ControlId::ManualGain\n+ */\n+\n+/**\n+ * \\var Brightness\n+ * ControlType: Integer\n+ *\n+ * Specify a fixed brightness parameter.\n+ */\n+\n+/**\n+ * \\var Contrast\n+ * ControlType: Integer\n+ *\n+ * Specify a fixed constrast parameter.\n+ */\n+\n+/**\n+ * \\var Saturation\n+ * ControlType: Integer\n+ *\n+ * Specify a fixed saturation parameter.\n+ */\n+\n+/**\n+ * \\var ManualExposure\n+ * ControlType: Integer\n+ *\n+ * Specify a fixed exposure time in milli-seconds\n+ */\n+\n+/**\n+ * \\var ManualGain\n+ * ControlType: Integer\n+ *\n+ * Specify a fixed gain parameter\n+ */\n+\n /**\n  * \\struct ControlIdentifier\n  * \\brief Describes a ControlId with control specific constant meta-data.\n","prefixes":["libcamera-devel","v3","08/14"]}