Show a cover letter.

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

{
    "id": 9129,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/9129/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/9129/",
    "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": "<20200801101427.1540331-1-niklas.soderlund@ragnatech.se>",
    "date": "2020-08-01T10:14:24",
    "name": "[libcamera-devel,v3,0/3] android: camera_device: Add RAW support",
    "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/9129/mbox/",
    "series": [
        {
            "id": 1175,
            "url": "https://patchwork.libcamera.org/api/1.1/series/1175/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1175",
            "date": "2020-08-01T10:14:24",
            "name": "android: camera_device: Add RAW support",
            "version": 3,
            "mbox": "https://patchwork.libcamera.org/series/1175/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/9129/comments/",
    "headers": {
        "Return-Path": "<libcamera-devel-bounces@lists.libcamera.org>",
        "X-Original-To": "parsemail@patchwork.libcamera.org",
        "Delivered-To": "parsemail@patchwork.libcamera.org",
        "Received": [
            "from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 0E9C9BD86F\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSat,  1 Aug 2020 10:15:11 +0000 (UTC)",
            "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 93BD261F47;\n\tSat,  1 Aug 2020 12:15:10 +0200 (CEST)",
            "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 8E79F61970\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat,  1 Aug 2020 12:15:09 +0200 (CEST)",
            "from bismarck.berto.se (p4fca2eca.dip0.t-ipconnect.de\n\t[79.202.46.202]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA\n\tid adfff913-d3df-11ea-86ee-0050569116f7;\n\tSat, 01 Aug 2020 12:13:48 +0200 (CEST)"
        ],
        "X-Halon-ID": "adfff913-d3df-11ea-86ee-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": "Sat,  1 Aug 2020 12:14:24 +0200",
        "Message-Id": "<20200801101427.1540331-1-niklas.soderlund@ragnatech.se>",
        "X-Mailer": "git-send-email 2.27.0",
        "MIME-Version": "1.0",
        "Subject": "[libcamera-devel] [PATCH v3 0/3] android: camera_device: Add RAW\n\tsupport",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.29",
        "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>",
        "Content-Type": "text/plain; charset=\"utf-8\"",
        "Content-Transfer-Encoding": "base64",
        "Errors-To": "libcamera-devel-bounces@lists.libcamera.org",
        "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"
    },
    "content": "Hello,\n\nThis small series is the final step to enable RAW capture in the Android\nHAL. This together with the pending JPEG work is enough to light up the\nRAW capture options in Open Camera.\n\nIt's a bitter sweet final step as this is developed on the IPU3 platform\nthat only support a device specific RAW formats that do not work with\nthe test applications I have available so this series do not manage to\ntick the 'manged to save DNG from HAL using real application' box.\n\nNiklas Söderlund (3):\n  android: camera_device: Prepare for none-mandatory formats\n  android: camera_device: Map HAL RAW to libcamera RAW formats\n  android: camera_device: Report RAW capability if supported\n\n src/android/camera_device.cpp | 62 ++++++++++++++++++++++++++++++++++-\n 1 file changed, 61 insertions(+), 1 deletion(-)"
}