Show a cover letter.

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

{
    "id": 298,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/298/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/298/",
    "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": "<20190121153005.19110-1-niklas.soderlund@ragnatech.se>",
    "date": "2019-01-21T15:30:03",
    "name": "[libcamera-devel,0/2] libcamera: add basic uvcvideo pipeline handler",
    "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/298/mbox/",
    "series": [
        {
            "id": 103,
            "url": "https://patchwork.libcamera.org/api/1.1/series/103/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=103",
            "date": "2019-01-21T15:30:04",
            "name": "libcamera: add basic uvcvideo pipeline handler",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/103/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/298/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 B843D60C80\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Jan 2019 16:30:45 +0100 (CET)",
            "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-01.atm.binero.net (Halon) with ESMTPA\n\tid 8064b7f0-1d91-11e9-9adf-005056917a89;\n\tMon, 21 Jan 2019 16:30:41 +0100 (CET)"
        ],
        "X-Halon-ID": "8064b7f0-1d91-11e9-9adf-005056917a89",
        "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, 21 Jan 2019 16:30:03 +0100",
        "Message-Id": "<20190121153005.19110-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: add basic uvcvideo\n\tpipeline handler",
        "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, 21 Jan 2019 15:30:46 -0000"
    },
    "content": "Hi,\n\nThis simple pipeline handler serves as a base for uvcvideo based \ncameras. The purpose of this series at this point is not to start work \non the uvcvideo pipeline handler but to ease testing by adding a simple \nway to add more cameras to the enumeration and selection of cameras.\n\nNiklas Söderlund (2):\n  libcamera: media_device: expose media graph model name\n  libcamera: pipeline: uvcvideo: add pipeline handler for uvcvideo\n\n src/libcamera/include/media_device.h |  2 +\n src/libcamera/media_device.cpp       |  7 ++++\n src/libcamera/pipeline/meson.build   |  1 +\n src/libcamera/pipeline/uvcvideo.cpp  | 59 ++++++++++++++++++++++++++++\n 4 files changed, 69 insertions(+)\n create mode 100644 src/libcamera/pipeline/uvcvideo.cpp"
}