Show a cover letter.

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

{
    "id": 609,
    "url": "https://patchwork.libcamera.org/api/covers/609/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/609/",
    "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": "<20190224173701.8587-1-niklas.soderlund@ragnatech.se>",
    "date": "2019-02-24T17:36:57",
    "name": "[libcamera-devel,v2,0/4] libcamera: enforce stream configuration",
    "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/609/mbox/",
    "series": [
        {
            "id": 190,
            "url": "https://patchwork.libcamera.org/api/series/190/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=190",
            "date": "2019-02-24T17:36:57",
            "name": "libcamera: enforce stream configuration",
            "version": 2,
            "mbox": "https://patchwork.libcamera.org/series/190/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/609/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 19AA5601E2\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 24 Feb 2019 18:37:11 +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 cd44d18f-385a-11e9-b5ae-0050569116f7;\n\tSun, 24 Feb 2019 18:37:09 +0100 (CET)"
        ],
        "X-Halon-ID": "cd44d18f-385a-11e9-b5ae-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": "Sun, 24 Feb 2019 18:36:57 +0100",
        "Message-Id": "<20190224173701.8587-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 v2 0/4] libcamera: enforce stream\n\tconfiguration",
        "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, 24 Feb 2019 17:37:11 -0000"
    },
    "content": "Hi,\n\nThis series extends the documentation and implements the stricter\nenforcing of that the configuration requested exactly can be satisfied\nby the hardware discussed face to face. For a more detailed description\nsee patch 1/4.\n\nThe last patch 4/4 improves the cam utility to make better use of the\nstricter requirements and prevents it from error out when requesting a\nformat which the hardware can't match and instead informs the user of\nthe real problem.\n\n* Changes since v1\n- Improve grammar in 1/4 and in commit messages, thanks Laurent!\n\nNiklas Söderlund (4):\n  libcamera: pipeline_handler: extend documentation for\n    configureStreams()\n  libcamera: pipeline: uvcvideo: enforce stream configuration\n  libcamera: pipeline: vimc: enforce stream configuration\n  cam: fix return type of configureStreams()\n\n src/cam/main.cpp                    |  7 ++-----\n src/libcamera/pipeline/uvcvideo.cpp | 12 +++++++++++-\n src/libcamera/pipeline/vimc.cpp     | 12 +++++++++++-\n src/libcamera/pipeline_handler.cpp  |  8 ++++++++\n 4 files changed, 32 insertions(+), 7 deletions(-)"
}