Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/876/?format=api
{ "id": 876, "url": "https://patchwork.libcamera.org/api/1.1/covers/876/?format=api", "web_url": "https://patchwork.libcamera.org/cover/876/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/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": "<20190403011235.12782-1-niklas.soderlund@ragnatech.se>", "date": "2019-04-03T01:12:31", "name": "[libcamera-devel,v2,0/4] cam: Add support to specify multiple stream configurations with roles", "submitter": { "id": 5, "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api", "name": "Niklas Söderlund", "email": "niklas.soderlund@ragnatech.se" }, "mbox": "https://patchwork.libcamera.org/cover/876/mbox/", "series": [ { "id": 233, "url": "https://patchwork.libcamera.org/api/1.1/series/233/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=233", "date": "2019-04-03T01:12:31", "name": "cam: Add support to specify multiple stream configurations with roles", "version": 2, "mbox": "https://patchwork.libcamera.org/series/233/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/876/comments/", "headers": { "Return-Path": "<niklas.soderlund@ragnatech.se>", "Received": [ "from bin-mail-out-06.binero.net (bin-mail-out-06.binero.net\n\t[195.74.38.229])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id ECFD9610BF\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 3 Apr 2019 03:12:47 +0200 (CEST)", "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA\n\tid 9148a5e0-55ad-11e9-8144-0050569116f7;\n\tWed, 03 Apr 2019 03:12:44 +0200 (CEST)" ], "X-Halon-ID": "9148a5e0-55ad-11e9-8144-0050569116f7", "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": "Wed, 3 Apr 2019 03:12:31 +0200", "Message-Id": "<20190403011235.12782-1-niklas.soderlund@ragnatech.se>", "X-Mailer": "git-send-email 2.21.0", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v2 0/4] cam: Add support to specify\n\tmultiple stream configurations with roles", "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": "Wed, 03 Apr 2019 01:12:48 -0000" }, "content": "Hi,\n\nThis series extends the cam tool to work with stream roles and multiple\nstreams. It depends on the stream roles series [1] and is tested on the\nIPU3 pipeline handler which provides good frames for two streams in the\nsame request. The IPU3 pipeline handler still requires patches who are\nin flight for it to support multiple streams\n\n1. [PATCH 0/5] libcamera: camera: Add support for stream roles\n\nNiklas Söderlund (4):\n cam: Rename --format to --stream\n cam: Add support to specify multiple stream configurations with roles\n cam: Extend request completion handler to deal with multiple streams\n cam: Allow cameras with more than one stream\n\n src/cam/buffer_writer.cpp | 5 +-\n src/cam/buffer_writer.h | 2 +-\n src/cam/main.cpp | 152 +++++++++++++++++++++++++++-----------\n 3 files changed, 112 insertions(+), 47 deletions(-)" }