Show a series.

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

{
    "id": 4639,
    "url": "https://patchwork.libcamera.org/api/series/4639/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4639",
    "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": ""
    },
    "name": "Raspberry Pi: Add controls::rpi::ScalerCrops",
    "date": "2024-09-30T14:14:08",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 2,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4639/mbox/",
    "cover_letter": {
        "id": 21425,
        "url": "https://patchwork.libcamera.org/api/covers/21425/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21425/",
        "msgid": "<20240930141415.8857-1-naush@raspberrypi.com>",
        "date": "2024-09-30T14:14:08",
        "name": "[v2,0/7] Raspberry Pi: Add controls::rpi::ScalerCrops",
        "mbox": "https://patchwork.libcamera.org/cover/21425/mbox/"
    },
    "patches": [
        {
            "id": 21426,
            "url": "https://patchwork.libcamera.org/api/patches/21426/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21426/",
            "msgid": "<20240930141415.8857-2-naush@raspberrypi.com>",
            "date": "2024-09-30T14:14:09",
            "name": "[v2,1/7] controls: rpi: Add a vendor rpi::ScalerCrops control",
            "mbox": "https://patchwork.libcamera.org/patch/21426/mbox/"
        },
        {
            "id": 21427,
            "url": "https://patchwork.libcamera.org/api/patches/21427/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21427/",
            "msgid": "<20240930141415.8857-3-naush@raspberrypi.com>",
            "date": "2024-09-30T14:14:10",
            "name": "[v2,2/7] pipeline: rpi: Remove CameraData::scalerCrop_",
            "mbox": "https://patchwork.libcamera.org/patch/21427/mbox/"
        },
        {
            "id": 21428,
            "url": "https://patchwork.libcamera.org/api/patches/21428/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21428/",
            "msgid": "<20240930141415.8857-4-naush@raspberrypi.com>",
            "date": "2024-09-30T14:14:11",
            "name": "[v2,3/7] pipeline: rpi: Pass crop rectangle as a parameter to platformSetIspCrop()",
            "mbox": "https://patchwork.libcamera.org/patch/21428/mbox/"
        },
        {
            "id": 21429,
            "url": "https://patchwork.libcamera.org/api/patches/21429/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21429/",
            "msgid": "<20240930141415.8857-5-naush@raspberrypi.com>",
            "date": "2024-09-30T14:14:12",
            "name": "[v2,4/7] pipeline: rpi: Introduce CameraData::CropParams",
            "mbox": "https://patchwork.libcamera.org/patch/21429/mbox/"
        },
        {
            "id": 21430,
            "url": "https://patchwork.libcamera.org/api/patches/21430/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21430/",
            "msgid": "<20240930141415.8857-6-naush@raspberrypi.com>",
            "date": "2024-09-30T14:14:13",
            "name": "[v2,5/7] pipeline: rpi: Track which ISP output is configured for a stream",
            "mbox": "https://patchwork.libcamera.org/patch/21430/mbox/"
        },
        {
            "id": 21431,
            "url": "https://patchwork.libcamera.org/api/patches/21431/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21431/",
            "msgid": "<20240930141415.8857-7-naush@raspberrypi.com>",
            "date": "2024-09-30T14:14:14",
            "name": "[v2,6/7] pipeline: rpi: Pass ISP output index into platformSetIspCrop()",
            "mbox": "https://patchwork.libcamera.org/patch/21431/mbox/"
        },
        {
            "id": 21432,
            "url": "https://patchwork.libcamera.org/api/patches/21432/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21432/",
            "msgid": "<20240930141415.8857-8-naush@raspberrypi.com>",
            "date": "2024-09-30T14:14:15",
            "name": "[v2,7/7] pipeline: rpi: Handler controls::rpi::ScalerCrops",
            "mbox": "https://patchwork.libcamera.org/patch/21432/mbox/"
        }
    ]
}