From patchwork Thu Jun 4 13:42:55 2020
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Marvin Schmidt
X-Patchwork-Id: 3920
Return-Path:
Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com
[IPv6:2a00:1450:4864:20::62c])
by lancelot.ideasonboard.com (Postfix) with ESMTPS id 96306610A5
for ;
Thu, 4 Jun 2020 15:43:07 +0200 (CEST)
Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key;
unprotected) header.d=gmail.com header.i=@gmail.com
header.b="Z69zMD9K"; dkim-atps=neutral
Received: by mail-ej1-x62c.google.com with SMTP id e2so6120224eje.13
for ;
Thu, 04 Jun 2020 06:43:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
h=from:to:cc:subject:date:message-id:in-reply-to:references
:mime-version:content-transfer-encoding;
bh=IFnkgsrflBW6+FLzd3Pm49eIzl0hmXva8leuNfyN86s=;
b=Z69zMD9KXkG57cU+VKRgFLaiez/UbzCCmTqLKKsTmXSV9Kn8mk/Oo1RSaQgMOCXkH8
A+GcEP3levNnxMm+SA8qNayqxiJgip0Bkrcr1gr0zYzxwvCEZd4ZP2lEkJvDG+uQAZrM
an4ui0TUHAPlR5pcxnRdKvxLZxTC+KpEFFL0vntrowILgjSHbbyIIUTZT/pkK+IlvfUx
mdLWlqvyedJoEibNQW+h6U/yB+8mwUKXsCNNgHy5J+Zy8M+IaIEThr367vGipxfvdhrz
93ScB+/rJJCbEpjJhCS3LYB1WxAyrXI3YV+I9JOt+ccQgnj693T+vpKAO6KFGORthsKo
/BnQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
:references:mime-version:content-transfer-encoding;
bh=IFnkgsrflBW6+FLzd3Pm49eIzl0hmXva8leuNfyN86s=;
b=G2iece11icHU8WMi7aad0acd08ygmFkT8SXPCA+6HzGeXi7eRlSC9nyvkKKJ+S3AGt
s96Q3iq+a+cc7dwq2Pzt8CFbNmZRAS3LMnr5s9g2Wc8d7AF1bqEYru1hbeeJKuqQLgvx
uEtIC1C5fp2dUncIsFtpWJP4dbMkLbyhWDEaLfz4Wkmsc7F9yCUTqSAXu5O4dLXrwQX2
sG5yQSYTAawooR8WVRU17MjN5PWBDLDo4CLOIiYtbsxQwUhnsmeWgZp+L6indVUn8UvE
4xrhp7paYRGWFQY+5u6nxDzpX32QWw0d7KIOfUXav7y3InLIdBV+oPFnZdEYp8vycfTb
ZB5A==
X-Gm-Message-State: AOAM532p9XWEMVQhWzxNiRQ574mRfp8zTv+45m1OFCXwMeSF1d5p0Nmj
fj9qYKwMwbEInQGHFGfg4J+zCv8a
X-Google-Smtp-Source:
ABdhPJxVDYTwDW9ROlpXhjeRiDtKyPiDiFTVKI+bm12k7v+4T0zXlRh+eqeuShL/XTQl1H+7ZhOYug==
X-Received: by 2002:a17:906:2656:: with SMTP id
i22mr3707159ejc.397.1591278186931;
Thu, 04 Jun 2020 06:43:06 -0700 (PDT)
Received: from pythagoras.local (x4d0a9ed1.dyn.telefonica.de.
[77.10.158.209]) by smtp.gmail.com with ESMTPSA id
v16sm2226675ejq.74.2020.06.04.06.43.06
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
Thu, 04 Jun 2020 06:43:06 -0700 (PDT)
From: Marvin Schmidt
To: libcamera-devel@lists.libcamera.org
Date: Thu, 4 Jun 2020 15:42:55 +0200
Message-Id: <20200604134300.2986113-2-marvin.schmidt1987@gmail.com>
X-Mailer: git-send-email 2.26.2
In-Reply-To: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
References: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
MIME-Version: 1.0
Subject: [libcamera-devel] [PATCH 1/6] docs: Remove stray HTML tags
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-List-Received-Date: Thu, 04 Jun 2020 13:43:08 -0000
---
Documentation/docs.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Kieran Bingham
diff --git a/Documentation/docs.rst b/Documentation/docs.rst
index 3a7e79e..bf2d117 100644
--- a/Documentation/docs.rst
+++ b/Documentation/docs.rst
@@ -231,7 +231,7 @@ The camera stack comprises four software layers. From bottom to top:
Those components can live in the libcamera project source code
in separate repositories, or move to their respective project's
- repository (for instance the gstreamer libcamera element).
+ repository (for instance the gstreamer libcamera element).
* The applications and upper level frameworks are based on the
libcamera framework or libcamera adaptation, and are outside of
@@ -326,7 +326,7 @@ Pipeline Handler
such it is covered by the same free software license as the rest of libcamera
and needs to be contributed upstream by device vendors. The Pipeline Handler
lives in the same process as the rest of the library, and has access to all
- helpers and kernel camera-related devices.
+ helpers and kernel camera-related devices.
Image Processing Algorithms
Together with the hardware image processing and hardware statistics
From patchwork Thu Jun 4 13:42:56 2020
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Marvin Schmidt
X-Patchwork-Id: 3921
Return-Path:
Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com
[IPv6:2a00:1450:4864:20::62c])
by lancelot.ideasonboard.com (Postfix) with ESMTPS id 49DE9603C6
for ;
Thu, 4 Jun 2020 15:43:08 +0200 (CEST)
Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key;
unprotected) header.d=gmail.com header.i=@gmail.com
header.b="gzM5FJa3"; dkim-atps=neutral
Received: by mail-ej1-x62c.google.com with SMTP id k11so6141117ejr.9
for ;
Thu, 04 Jun 2020 06:43:08 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
h=from:to:cc:subject:date:message-id:in-reply-to:references
:mime-version:content-transfer-encoding;
bh=anN5vRP5ycd/liSG7izqEfF1gyF73H2kq1FZ4YVe9vo=;
b=gzM5FJa3vvm+H+vM+VEzOw1gg/jc0ry0AgulH4qTvayUPB+xaRLeVf8AoeStRs4/T5
8FApWq7kf3Qgbam5f56I4JNdMUtAVOx8mTqxEtlfrDf+62XEAEiOdd7/6zfGHqZbk37B
RA/dJBulFfaQ5bV8tLBpF//DPRhVDfkG0ZiRSseL+OsYD0L50wLlAitbr/DxnoYvgidR
VOyc6e0aOMlj62S5XcLXaoVI9dOMorTeL1H5vJLrrEyj/+x/KorDDFUSvJH/nNVoBHMP
jrE7qR4EKE/JWWB73zLZsrFNk+/H2Bcjb1iQ0AjspTTArfWiYcxQepdQ2X3eXjjvO+53
j58g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
:references:mime-version:content-transfer-encoding;
bh=anN5vRP5ycd/liSG7izqEfF1gyF73H2kq1FZ4YVe9vo=;
b=i3Qgbm+WcR0VBy0bevqGPL2Q2aQQIetVG/eENEXIZ2hTnqMzNZw7sFp6K0QSAVAZp5
syPOojoJVTsG4DH3qqIPGhexx3HbT9r7If+Xplonu6vA2Tnevg6jmVv/maSARQqwYZxt
xwg7++nhi3fOlGv0fMT4Mc4DHyj9D96obk7hZ6HuLV1ztwyB9krr5cTdQXNB1IvxFo2A
UP6rNrwTyFeC7NR1s9IMrEcYkYWQJwjicUAd9RoBYkutImmiGIPZ2Ag+XlCTyI1t6VP/
cufF16HJuOUCvy6enXNHg0c1WDRBE7KGMOJ91GHO14/HLFLq70hV6rTk0+m9V9sErsL7
P6pA==
X-Gm-Message-State: AOAM531uIvaWhYxEE1eGY7GAudTZ+3qFF7PTk/QJsVDdTCHz66TrZW3f
CcBiyf1HJtalU6BM5+sgDopfpzxQ
X-Google-Smtp-Source:
ABdhPJxBQM2gHfvbF+0wG4rMvQTOZi8WEXLWBEH/6O+y1I5jnjEfUUoUm9KsY68QGJANrDCrNJg43Q==
X-Received: by 2002:a17:907:20f4:: with SMTP id
rh20mr3871889ejb.55.1591278187871;
Thu, 04 Jun 2020 06:43:07 -0700 (PDT)
Received: from pythagoras.local (x4d0a9ed1.dyn.telefonica.de.
[77.10.158.209]) by smtp.gmail.com with ESMTPSA id
v16sm2226675ejq.74.2020.06.04.06.43.07
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
Thu, 04 Jun 2020 06:43:07 -0700 (PDT)
From: Marvin Schmidt
To: libcamera-devel@lists.libcamera.org
Date: Thu, 4 Jun 2020 15:42:56 +0200
Message-Id: <20200604134300.2986113-3-marvin.schmidt1987@gmail.com>
X-Mailer: git-send-email 2.26.2
In-Reply-To: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
References: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
MIME-Version: 1.0
Subject: [libcamera-devel] [PATCH 2/6] docs: Remove trailing whitespace
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-List-Received-Date: Thu, 04 Jun 2020 13:43:08 -0000
---
Documentation/docs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Kieran Bingham
diff --git a/Documentation/docs.rst b/Documentation/docs.rst
index bf2d117..873d8cd 100644
--- a/Documentation/docs.rst
+++ b/Documentation/docs.rst
@@ -282,7 +282,7 @@ libcamera Architecture
| | Runner | | | |
| +-------------+ +-------------+ |
+--------------------------------------------------------------------+
-
+
/// Device-Specific Components
~~~ Sandboxing
From patchwork Thu Jun 4 13:42:57 2020
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Marvin Schmidt
X-Patchwork-Id: 3922
Return-Path:
Received: from mail-ej1-x644.google.com (mail-ej1-x644.google.com
[IPv6:2a00:1450:4864:20::644])
by lancelot.ideasonboard.com (Postfix) with ESMTPS id 233B1612EF
for ;
Thu, 4 Jun 2020 15:43:09 +0200 (CEST)
Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key;
unprotected) header.d=gmail.com header.i=@gmail.com
header.b="CPZsndi4"; dkim-atps=neutral
Received: by mail-ej1-x644.google.com with SMTP id mb16so6164937ejb.4
for ;
Thu, 04 Jun 2020 06:43:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
h=from:to:cc:subject:date:message-id:in-reply-to:references
:mime-version:content-transfer-encoding;
bh=JWuJXj+r8adNlR3ZNyShqtm0Zm6mmpkYjopFinCwScc=;
b=CPZsndi4m+r6KZq5pOngFQuLDNwc5aHMyFV6A1Q/ajUIBTnnNC3ACBTADZq35CwB93
bfbYK6O30KTW6MNvORF940JGQJLtAe1iqFZwaUkki34O/npMIKazJD8OXQzxPRKf3iZS
pPayr6ILiaORplNgVLiOTm/6xfgb6yMP4wlJNON0H1CvioTNjPAisKV1lIHbD2cfLhHl
8SVGOjHE2MMgzAJah8fX0OH7zAAKO0qF2HOzAWLTWSxWqrgD10fCa3a4k13/7xyCBbQA
xFlQyQGvgDZeNjdtT9Jpk4aTV3lEa0GLGoKGEHraWBlSg0LxjSKBbqxErzFJxSsGLASp
MRBw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
:references:mime-version:content-transfer-encoding;
bh=JWuJXj+r8adNlR3ZNyShqtm0Zm6mmpkYjopFinCwScc=;
b=mAQ4TQ5mDbXp5aG+qM7SQ26bblhcT9aMhXSMMb4uVwAi3ENBmh0a+n29f10trXAPd6
LgSXtOqkQLOuq+/peBfx0vz/O+I2V6tWBwLax4KeO+qc+8U8GQFg0x9yoMUq3WWep34o
8yiRDRXsWsTkUaT9j/wZP0O1f0kBlE1LgnPOz7qdWNGF+jH3bzxFaIFGISI+LI3Kt6DH
bvMSei++Wpw0jHV1L8Q+Bz0O0nlakhYGG3JI2CcCB7xkCfVeMPBenpATdOLXIxZ2VCtv
MkB1xpmvunsBBVUPvMpoRs/zgWLJ7/Nude3uOJN2tv7muYUIjhwXIL3b0IIsB69Ry0Ai
HE1g==
X-Gm-Message-State: AOAM531m+F3iQM3uLYF69wo8GNuOmQe9QQtkjkaFjI+IQNL+kQjrlhuE
RlnRIVjtPjzxcvBM/TKW/LbgrqaV
X-Google-Smtp-Source:
ABdhPJz3kdKJ3n7JI2j80Lm/ntWwpyagO6LczTZxVJRDZIY9BS6pb9EV8VAw+pHiG7m1i5nARLPp0A==
X-Received: by 2002:a17:906:f46:: with SMTP id
h6mr3868414ejj.144.1591278188646;
Thu, 04 Jun 2020 06:43:08 -0700 (PDT)
Received: from pythagoras.local (x4d0a9ed1.dyn.telefonica.de.
[77.10.158.209]) by smtp.gmail.com with ESMTPSA id
v16sm2226675ejq.74.2020.06.04.06.43.07
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
Thu, 04 Jun 2020 06:43:08 -0700 (PDT)
From: Marvin Schmidt
To: libcamera-devel@lists.libcamera.org
Date: Thu, 4 Jun 2020 15:42:57 +0200
Message-Id: <20200604134300.2986113-4-marvin.schmidt1987@gmail.com>
X-Mailer: git-send-email 2.26.2
In-Reply-To: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
References: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
MIME-Version: 1.0
Subject: [libcamera-devel] [PATCH 3/6] docs: coding-style: Change full stop
to colon
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-List-Received-Date: Thu, 04 Jun 2020 13:43:09 -0000
---
Documentation/coding-style.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Kieran Bingham
diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst
index dfbbf28..7acba37 100644
--- a/Documentation/coding-style.rst
+++ b/Documentation/coding-style.rst
@@ -70,7 +70,7 @@ macro. For .cpp files, if the file implements an API declared in a header file,
that header file shall be included first in order to ensure it is
self-contained.
-The headers shall be grouped and ordered as follows.
+The headers shall be grouped and ordered as follows:
1. The header declaring the API being implemented (if any)
2. The C and C++ system and standard library headers
From patchwork Thu Jun 4 13:42:58 2020
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Marvin Schmidt
X-Patchwork-Id: 3923
Return-Path:
Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com
[IPv6:2a00:1450:4864:20::62f])
by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0A5D7612EF
for ;
Thu, 4 Jun 2020 15:43:10 +0200 (CEST)
Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key;
unprotected) header.d=gmail.com header.i=@gmail.com
header.b="fzHtgAkg"; dkim-atps=neutral
Received: by mail-ej1-x62f.google.com with SMTP id f7so6155029ejq.6
for ;
Thu, 04 Jun 2020 06:43:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
h=from:to:cc:subject:date:message-id:in-reply-to:references
:mime-version:content-transfer-encoding;
bh=TBqP2ZRwVdsbQobpgGvxb5hToeiLg6eQQa9fRz0Tq64=;
b=fzHtgAkgliM980oujlb4c/27R4tbxpQ4AwgN5C2cssds05WOacwrrNCjkQh9relyZu
I7aCCWnRq1KBUiLGSTlw9UqhkZKHcgGceGngH6O36uOv7LkJc3ihm0wzpWsjUtAMQZXS
dWJ9FjYvnIw2zJTXhe8RO72Hv1PuvxNjtb4LC303xtfjn08ACNGrevIC6m6bbWhNhqvI
ylu6gn1lUoZde9XvEZrytJJDqGMskQCwZ/f/Qb1hKfRa18OKnnESvcqR/4RLQK/lSeDx
YseXx3s5tXy7EYZ/BbjCyUyI2VXBzSqObtSpwtEiQQqA29avae2TdJLllqe2rDquHrht
nf8w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
:references:mime-version:content-transfer-encoding;
bh=TBqP2ZRwVdsbQobpgGvxb5hToeiLg6eQQa9fRz0Tq64=;
b=dRGMEToBHBHmyJMfLbICBATLvhdFHgAHPdknc5d8MV7Cvyx9JsK1W+nrSa8+iloUg0
MpEIukKbzOQhHJZGV4BTn5XnOX2hI0Wl+sxIGxS10h1EftsUlPK1/akrl3O5g6xQZw4U
G1Xtk1/d9WFi2mjKqjCFzVmd1J3h6vmLqYjRJM++Lpr/ApfXCGQ9JhnwoemPFsLC3imO
d/SqUgHOMIdQOQ+tULZ80zOQcuesFZkHpwKlNE35BRZjNc0IMmcDzj27lIe3Iuvb4wHE
guNMcgtHE8BaArv6BjOrCYxLMN0KmvmWG7BZ4iLIQwYRT/S6DPpTIj8GsIY4rAT5aw61
oUgA==
X-Gm-Message-State: AOAM533CU/e6MAyFwbBqUPZFwkIhFv3gec/l8syB6dz91ILVB3j436on
+QMDaaXuIezD3O06FXVgcfpc9pWO
X-Google-Smtp-Source:
ABdhPJyJPDvP2fUTVx1uPNq4ut+vyhcj/SBzsT/jbHRFHlTVs5HoL8G3ukTjBKJsLck8Zi+KbmJM2w==
X-Received: by 2002:a17:906:c812:: with SMTP id
cx18mr3900470ejb.94.1591278189545;
Thu, 04 Jun 2020 06:43:09 -0700 (PDT)
Received: from pythagoras.local (x4d0a9ed1.dyn.telefonica.de.
[77.10.158.209]) by smtp.gmail.com with ESMTPSA id
v16sm2226675ejq.74.2020.06.04.06.43.08
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
Thu, 04 Jun 2020 06:43:09 -0700 (PDT)
From: Marvin Schmidt
To: libcamera-devel@lists.libcamera.org
Date: Thu, 4 Jun 2020 15:42:58 +0200
Message-Id: <20200604134300.2986113-5-marvin.schmidt1987@gmail.com>
X-Mailer: git-send-email 2.26.2
In-Reply-To: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
References: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
MIME-Version: 1.0
Subject: [libcamera-devel] [PATCH 4/6] docs: Markup LD_PRELOAD as code
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-List-Received-Date: Thu, 04 Jun 2020 13:43:10 -0000
---
Documentation/docs.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Kieran Bingham
diff --git a/Documentation/docs.rst b/Documentation/docs.rst
index 873d8cd..f4c6ec5 100644
--- a/Documentation/docs.rst
+++ b/Documentation/docs.rst
@@ -148,7 +148,7 @@ V4L2 Compatibility Layer
The project shall support traditional V4L2 application through an additional
libcamera wrapper library. The wrapper library shall trap all accesses to
-camera devices through LD_PRELOAD, and route them through libcamera to
+camera devices through `LD_PRELOAD`, and route them through libcamera to
emulate a high-level V4L2 camera device. It shall expose camera device
features on a best-effort basis, and aim for the level of features
traditionally available from a UVC camera designed for video conferencing.
@@ -380,7 +380,7 @@ V4L2 Compatibility Layer
V4L2 compatibility is achieved through a shared library that traps all
accesses to camera devices and routes them to libcamera to emulate high-level
V4L2 camera devices. It is injected in a process address space through
-LD_PRELOAD and is completely transparent for applications.
+`LD_PRELOAD` and is completely transparent for applications.
The compatibility layer exposes camera device features on a best-effort basis,
and aims for the level of features traditionally available from a UVC camera
From patchwork Thu Jun 4 13:42:59 2020
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Marvin Schmidt
X-Patchwork-Id: 3924
Return-Path:
Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com
[IPv6:2a00:1450:4864:20::636])
by lancelot.ideasonboard.com (Postfix) with ESMTPS id C8DBF6135E
for ;
Thu, 4 Jun 2020 15:43:10 +0200 (CEST)
Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key;
unprotected) header.d=gmail.com header.i=@gmail.com
header.b="lyJd6Be2"; dkim-atps=neutral
Received: by mail-ej1-x636.google.com with SMTP id l12so2391302ejn.10
for ;
Thu, 04 Jun 2020 06:43:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
h=from:to:cc:subject:date:message-id:in-reply-to:references
:mime-version:content-transfer-encoding;
bh=5j6/9NV4G/rLpfwbpfCA2HZq2GZ5VMsW8STEvK9Uh5I=;
b=lyJd6Be2lTwvlpmbA3cYka20QlYQZhO9VT2ywoztmuFocHFzL1P0F7PqXhWi8RaTzO
ZWfIaInj8fG60RJxtcSNBXm2V3yLyKQ/HK/bde2OHQVXksNmVcEP0N19FFW/txOzy3GJ
g9ZHokd3nUCNAHYWryVzvsPyIz7EkJhgfcy16NHLDpGvEGlbix7HivlaN1eXHDDTZZKz
2/PHOzpcIj4ZeJa017j5GW4ygdu7AnVtVtQDWTRF+QYGZuEhyA5RslyT0/S6hsvEAKOq
+G5RaYgt5483x9lHHyG2sOmShm4eA99RbQhM59ZV/zhDXuWkVe2CJpg/xvIYNJX5jeq+
BUgg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
:references:mime-version:content-transfer-encoding;
bh=5j6/9NV4G/rLpfwbpfCA2HZq2GZ5VMsW8STEvK9Uh5I=;
b=s/TjjGvE1qGLHdPFbMCMAfsdsDt/ep8mnPtog+vjakHm6Uh074gGF/k6AIyw+/e3ma
+iefr22/svvgynfA2UBTfjdLa6o7cIefuFATZtDAj8vTWn2PV8MknLs7gz7X4mGWnsDK
rCGoui+W0PmRbkf/x/aeCYvtqT5fWJIGdeFnCXOpEE/ohkv8InQnnQG31w7a8mRQ88Mt
rfCC6M6M1mUuX6S0nt7skHc8BfxO/WXMea6Th5luAzKZ6WCnhEaO0dqNLHo2foGnIANK
xh6Azldplj4jxGqP8Nev68RTz/VdE020kU95PLFdUYnqsl/swNUs/6N/yBYDx4FklHmk
TStA==
X-Gm-Message-State: AOAM530k9+eDHBau9XlRRsaAMNRvb2kodAD8ZIBNF4LIRVRhi8ZuJHjv
5CiuYhSPKRM/v/QShQYkUe+21xLh
X-Google-Smtp-Source:
ABdhPJyQ6rbpF4P1Y9wQhD0rbNoDWzDO04S6WEYJROc2xikLF9EDZSU94uyMc4QlFFqkFqAvT8OFMg==
X-Received: by 2002:a17:906:4c42:: with SMTP id
d2mr4058849ejw.474.1591278190391;
Thu, 04 Jun 2020 06:43:10 -0700 (PDT)
Received: from pythagoras.local (x4d0a9ed1.dyn.telefonica.de.
[77.10.158.209]) by smtp.gmail.com with ESMTPSA id
v16sm2226675ejq.74.2020.06.04.06.43.09
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
Thu, 04 Jun 2020 06:43:09 -0700 (PDT)
From: Marvin Schmidt
To: libcamera-devel@lists.libcamera.org
Date: Thu, 4 Jun 2020 15:42:59 +0200
Message-Id: <20200604134300.2986113-6-marvin.schmidt1987@gmail.com>
X-Mailer: git-send-email 2.26.2
In-Reply-To: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
References: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
MIME-Version: 1.0
Subject: [libcamera-devel] [PATCH 5/6] libcamera: ipa_module: Fix typo in
function description
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-List-Received-Date: Thu, 04 Jun 2020 13:43:11 -0000
---
src/libcamera/ipa_module.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Kieran Bingham
diff --git a/src/libcamera/ipa_module.cpp b/src/libcamera/ipa_module.cpp
index 91534b6..045c8fc 100644
--- a/src/libcamera/ipa_module.cpp
+++ b/src/libcamera/ipa_module.cpp
@@ -453,7 +453,7 @@ struct ipa_context *IPAModule::createContext()
}
/**
- * \brief Verify if the IPA module maches a given pipeline handler
+ * \brief Verify if the IPA module matches a given pipeline handler
* \param[in] pipe Pipeline handler to match with
* \param[in] minVersion Minimum acceptable version of IPA module
* \param[in] maxVersion Maximum acceptable version of IPA module
From patchwork Thu Jun 4 13:43:00 2020
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Marvin Schmidt
X-Patchwork-Id: 3925
Return-Path:
Received: from mail-ej1-x62e.google.com (mail-ej1-x62e.google.com
[IPv6:2a00:1450:4864:20::62e])
by lancelot.ideasonboard.com (Postfix) with ESMTPS id AE567603C6
for ;
Thu, 4 Jun 2020 15:43:11 +0200 (CEST)
Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key;
unprotected) header.d=gmail.com header.i=@gmail.com
header.b="juPPuGLK"; dkim-atps=neutral
Received: by mail-ej1-x62e.google.com with SMTP id e2so6120511eje.13
for ;
Thu, 04 Jun 2020 06:43:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
h=from:to:cc:subject:date:message-id:in-reply-to:references
:mime-version:content-transfer-encoding;
bh=K3D7e5T07c9lM37XX/+tOY2JyjyItuK/JwemYW982Ew=;
b=juPPuGLKkFyxwjGc75MnT8fhbHLaqWv9vbMHQNjFMfxN24+rJli7ZYcMs5TDNGhDmB
WGHroreRb4ExR2FkklK8sGgKGWE43J/i5HXqcPkM8vlax8sd5NjbeK+qKa3X/JHdNAUB
2drB7HicJNuuc64AsDYi5Pfpm08eyQnv8NoQ33hrkyR/K4+muzGYKETYaTPe+rURNV+L
1ASwg3vW/3uyOTWPHgsQacWCQlXOQsMhjRJ4nasYFqpQmfoUEE+JS45oyTr6BEh+BVxV
QF906VPWGfFXNY1RdRowmw3B/kEpWs4e+zAXm3BbMaMB5qUGJ8lZFBM3lzFtjaekiA+y
roOA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
:references:mime-version:content-transfer-encoding;
bh=K3D7e5T07c9lM37XX/+tOY2JyjyItuK/JwemYW982Ew=;
b=OJH6lv+g8OjOTIVu37VW6CntVxZ+YDgwxf6SgfJclFEL/huzMnuSbCTvPEVRVy3KfU
IXMRt+jSpbq8AtgsNofVFngVjay9Z4Iu1/BCsyDfO7dwN3v8sktlxRYvW8aBhmkWnnyz
1CQgiMwTzs0608QZ0wmX+PyhRuGKec6Z0Ye7zH2HncW0bOYRdzn4PBS5vHzVBzFg9PNK
vrX+Nc/NbFpyZSQGvMpCjrM5bJNYArJYKm5+gcR1TejHpxyy4IfKoEq+NVggpJi6k9xP
CUUFXGc0M+guG2X32D0rN/7VrU4qf8nTV+HBkR7UWGa/jZjATXhYY/E2u7URDOs9vXRw
0iNA==
X-Gm-Message-State: AOAM530/+f5VIuBB84SWl+Xfj5G2Qvq6QrM/Tj9bAReTO6lqctXzowbk
3Cxf+gP0RQGzCiHNmJHX0Cymw8pS
X-Google-Smtp-Source:
ABdhPJwbECSiHqEUBHg/gg5oVhXhQdj/4fOZRgLH76tzYE2eWKuCBpoJVTkvCURb6k9SzhL75y5ntg==
X-Received: by 2002:a17:906:b7cd:: with SMTP id
fy13mr3800517ejb.443.1591278191222;
Thu, 04 Jun 2020 06:43:11 -0700 (PDT)
Received: from pythagoras.local (x4d0a9ed1.dyn.telefonica.de.
[77.10.158.209]) by smtp.gmail.com with ESMTPSA id
v16sm2226675ejq.74.2020.06.04.06.43.10
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
Thu, 04 Jun 2020 06:43:10 -0700 (PDT)
From: Marvin Schmidt
To: libcamera-devel@lists.libcamera.org
Date: Thu, 4 Jun 2020 15:43:00 +0200
Message-Id: <20200604134300.2986113-7-marvin.schmidt1987@gmail.com>
X-Mailer: git-send-email 2.26.2
In-Reply-To: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
References: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com>
MIME-Version: 1.0
Subject: [libcamera-devel] [PATCH 6/6] libcamera: camera: Order parameter
documentation correctly
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-List-Received-Date: Thu, 04 Jun 2020 13:43:12 -0000
---
src/libcamera/camera.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Kieran Bingham
diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
index dfc3d19..6033f47 100644
--- a/src/libcamera/camera.cpp
+++ b/src/libcamera/camera.cpp
@@ -449,8 +449,8 @@ void Camera::Private::setState(State state)
/**
* \brief Create a camera instance
- * \param[in] name The name of the camera device
* \param[in] pipe The pipeline handler responsible for the camera device
+ * \param[in] name The name of the camera device
* \param[in] streams Array of streams the camera provides
*
* The caller is responsible for guaranteeing unicity of the camera name.