Show a series.

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

{
    "id": 4501,
    "url": "https://patchwork.libcamera.org/api/series/4501/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4501",
    "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-08-08T10:23:39",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4501/mbox/",
    "cover_letter": {
        "id": 20831,
        "url": "https://patchwork.libcamera.org/api/covers/20831/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20831/",
        "msgid": "<20240808102346.13065-1-naush@raspberrypi.com>",
        "date": "2024-08-08T10:23:39",
        "name": "[v1,0/7] Raspberry Pi: Add controls::rpi::ScalerCrops",
        "mbox": "https://patchwork.libcamera.org/cover/20831/mbox/"
    },
    "patches": [
        {
            "id": 20832,
            "url": "https://patchwork.libcamera.org/api/patches/20832/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20832/",
            "msgid": "<20240808102346.13065-2-naush@raspberrypi.com>",
            "date": "2024-08-08T10:23:40",
            "name": "[v1,1/7] controls: rpi: Add a vendor rpi::ScalerCrops control",
            "mbox": "https://patchwork.libcamera.org/patch/20832/mbox/"
        },
        {
            "id": 20833,
            "url": "https://patchwork.libcamera.org/api/patches/20833/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20833/",
            "msgid": "<20240808102346.13065-3-naush@raspberrypi.com>",
            "date": "2024-08-08T10:23:41",
            "name": "[v1,2/7] pipeline: rpi: Remove CameraData::scalerCrop_",
            "mbox": "https://patchwork.libcamera.org/patch/20833/mbox/"
        },
        {
            "id": 20834,
            "url": "https://patchwork.libcamera.org/api/patches/20834/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20834/",
            "msgid": "<20240808102346.13065-4-naush@raspberrypi.com>",
            "date": "2024-08-08T10:23:42",
            "name": "[v1,3/7] pipeline: rpi: Pass crop rectangle as a parameter to platformSetIspCrop()",
            "mbox": "https://patchwork.libcamera.org/patch/20834/mbox/"
        },
        {
            "id": 20836,
            "url": "https://patchwork.libcamera.org/api/patches/20836/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20836/",
            "msgid": "<20240808102346.13065-5-naush@raspberrypi.com>",
            "date": "2024-08-08T10:23:43",
            "name": "[v1,4/7] pipeline: rpi: Introduce CameraData::CropParams",
            "mbox": "https://patchwork.libcamera.org/patch/20836/mbox/"
        },
        {
            "id": 20835,
            "url": "https://patchwork.libcamera.org/api/patches/20835/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20835/",
            "msgid": "<20240808102346.13065-6-naush@raspberrypi.com>",
            "date": "2024-08-08T10:23:44",
            "name": "[v1,5/7] pipeline: rpi: Track which ISP output is configured for a stream",
            "mbox": "https://patchwork.libcamera.org/patch/20835/mbox/"
        },
        {
            "id": 20837,
            "url": "https://patchwork.libcamera.org/api/patches/20837/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20837/",
            "msgid": "<20240808102346.13065-7-naush@raspberrypi.com>",
            "date": "2024-08-08T10:23:45",
            "name": "[v1,6/7] pipeline: rpi: Pass ISP output index into platformSetIspCrop()",
            "mbox": "https://patchwork.libcamera.org/patch/20837/mbox/"
        },
        {
            "id": 20838,
            "url": "https://patchwork.libcamera.org/api/patches/20838/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20838/",
            "msgid": "<20240808102346.13065-8-naush@raspberrypi.com>",
            "date": "2024-08-08T10:23:46",
            "name": "[v1,7/7] pipeline: rpi: Handler controls::rpi::ScalerCrops",
            "mbox": "https://patchwork.libcamera.org/patch/20838/mbox/"
        }
    ]
}