Show a cover letter.

GET /api/covers/352/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 352,
    "url": "https://patchwork.libcamera.org/api/covers/352/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/352/",
    "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": "<20190123150351.8307-1-niklas.soderlund@ragnatech.se>",
    "date": "2019-01-23T15:03:49",
    "name": "[libcamera-devel,0/2] libcamera: pipeline: uvcvideo: attach to a V4L2Device",
    "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/352/mbox/",
    "series": [
        {
            "id": 124,
            "url": "https://patchwork.libcamera.org/api/series/124/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=124",
            "date": "2019-01-23T15:03:49",
            "name": "libcamera: pipeline: uvcvideo: attach to a V4L2Device",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/124/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/352/comments/",
    "headers": {
        "Return-Path": "<niklas.soderlund@ragnatech.se>",
        "Received": [
            "from vsp-unauthed02.binero.net (vsp-unauthed02.binero.net\n\t[195.74.38.227])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id E9C9A60B2D\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 23 Jan 2019 16:03:59 +0100 (CET)",
            "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA\n\tid 0d63e488-1f20-11e9-911a-0050569116f7;\n\tWed, 23 Jan 2019 16:03:36 +0100 (CET)"
        ],
        "X-Halon-ID": "0d63e488-1f20-11e9-911a-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, 23 Jan 2019 16:03:49 +0100",
        "Message-Id": "<20190123150351.8307-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: attach\n\tto a V4L2Device",
        "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, 23 Jan 2019 15:04:00 -0000"
    },
    "content": "Hi,\n\nPatch 1/2 adds the plumbing needed for the UVC pipeline to find the \nvideo device which the pipeline needs to interact with to capture video.  \nWhile 2/2 finds and creates a V4L2Device for the in the UVC pipeline.\n\nNiklas Söderlund (2):\n  libcamera: MediaEntity: expose the entity flags\n  libcamera: pipeline: uvcvideo: create a V4L2Device for the default\n    video entity\n\n src/libcamera/include/media_object.h |  2 ++\n src/libcamera/media_object.cpp       | 13 ++++++++++++-\n src/libcamera/pipeline/uvcvideo.cpp  | 26 +++++++++++++++++++++++++-\n 3 files changed, 39 insertions(+), 2 deletions(-)"
}