Cover Letter Detail
Show a cover letter.
GET /api/covers/500/?format=api
{ "id": 500, "url": "https://patchwork.libcamera.org/api/covers/500/?format=api", "web_url": "https://patchwork.libcamera.org/cover/500/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20190204185521.23471-1-niklas.soderlund@ragnatech.se>", "date": "2019-02-04T18:55:19", "name": "[libcamera-devel,0/2] libcamera: pipeline: uvcvideo: set a default format", "submitter": { "id": 5, "url": "https://patchwork.libcamera.org/api/people/5/?format=api", "name": "Niklas Söderlund", "email": "niklas.soderlund@ragnatech.se" }, "mbox": "https://patchwork.libcamera.org/cover/500/mbox/", "series": [ { "id": 167, "url": "https://patchwork.libcamera.org/api/series/167/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=167", "date": "2019-02-04T18:55:19", "name": "libcamera: pipeline: uvcvideo: set a default format", "version": 1, "mbox": "https://patchwork.libcamera.org/series/167/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/500/comments/", "headers": { "Return-Path": "<niklas.soderlund@ragnatech.se>", "Received": [ "from bin-mail-out-05.binero.net (bin-mail-out-05.binero.net\n\t[195.74.38.228])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 8A9C160B2D\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 4 Feb 2019 19:55:31 +0100 (CET)", "from localhost.localdomain (unknown [81.164.19.127])\n\tby bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA\n\tid 6d90f336-28ae-11e9-a58a-005056917f90;\n\tMon, 04 Feb 2019 19:55:28 +0100 (CET)" ], "X-Halon-ID": "6d90f336-28ae-11e9-a58a-005056917f90", "Authorized-sender": "niklas@soderlund.pp.se", "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Mon, 4 Feb 2019 19:55:19 +0100", "Message-Id": "<20190204185521.23471-1-niklas.soderlund@ragnatech.se>", "X-Mailer": "git-send-email 2.20.1", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 0/2] libcamera: pipeline: uvcvideo: set a\n\tdefault format", "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": "Mon, 04 Feb 2019 18:55:31 -0000" }, "content": "Hi,\n\nThis series extends the stream configuration to allow specifying how \nmany buffers to library should allocate for a stream. It then go on and \ndefine a default format for the UVC pipeline.\n\nNiklas Söderlund (2):\n libcamera: streams: extend stream configuration with buffer count\n libcamera: pipeline: uvcvideo: set a default format\n\n include/libcamera/stream.h | 2 ++\n src/libcamera/pipeline/uvcvideo.cpp | 6 +++++-\n src/libcamera/stream.cpp | 5 +++++\n 3 files changed, 12 insertions(+), 1 deletion(-)" }