Show a series.

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

{
    "id": 3276,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3276/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3276",
    "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": ""
    },
    "name": "ipa: rkisp1: Add autofocus algorithm",
    "date": "2022-07-13T08:43:06",
    "submitter": {
        "id": 126,
        "url": "https://patchwork.libcamera.org/api/1.1/people/126/?format=api",
        "name": "Daniel Semkowicz",
        "email": "dse@thaumatec.com"
    },
    "version": 2,
    "total": 11,
    "received_total": 11,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3276/mbox/",
    "cover_letter": {
        "id": 16598,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/16598/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16598/",
        "msgid": "<20220713084317.24268-1-dse@thaumatec.com>",
        "date": "2022-07-13T08:43:06",
        "name": "[libcamera-devel,v2,00/11] ipa: rkisp1: Add autofocus algorithm",
        "mbox": "https://patchwork.libcamera.org/cover/16598/mbox/"
    },
    "patches": [
        {
            "id": 16599,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16599/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16599/",
            "msgid": "<20220713084317.24268-2-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:07",
            "name": "[libcamera-devel,v2,01/11] ipa: Add base class defining AF algorithm interface",
            "mbox": "https://patchwork.libcamera.org/patch/16599/mbox/"
        },
        {
            "id": 16600,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16600/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16600/",
            "msgid": "<20220713084317.24268-3-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:08",
            "name": "[libcamera-devel,v2,02/11] ipa: Add class that implements base AF control algorithm",
            "mbox": "https://patchwork.libcamera.org/patch/16600/mbox/"
        },
        {
            "id": 16601,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16601/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16601/",
            "msgid": "<20220713084317.24268-4-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:09",
            "name": "[libcamera-devel,v2,03/11] ipa: rkisp1: Add AF algorithm basing on common AfHillClimbing class",
            "mbox": "https://patchwork.libcamera.org/patch/16601/mbox/"
        },
        {
            "id": 16602,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16602/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16602/",
            "msgid": "<20220713084317.24268-5-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:10",
            "name": "[libcamera-devel,v2,04/11] pipeline: rkisp1: Add basic AF controls to the supported controls list",
            "mbox": "https://patchwork.libcamera.org/patch/16602/mbox/"
        },
        {
            "id": 16603,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16603/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16603/",
            "msgid": "<20220713084317.24268-6-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:11",
            "name": "[libcamera-devel,v2,05/11] ipa: module: Add getAlgorithm() method",
            "mbox": "https://patchwork.libcamera.org/patch/16603/mbox/"
        },
        {
            "id": 16604,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16604/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16604/",
            "msgid": "<20220713084317.24268-7-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:12",
            "name": "[libcamera-devel,v2,06/11] ipa: rkisp1: Pass requests setting AF controls to the AF algorithm",
            "mbox": "https://patchwork.libcamera.org/patch/16604/mbox/"
        },
        {
            "id": 16605,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16605/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16605/",
            "msgid": "<20220713084317.24268-8-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:13",
            "name": "[libcamera-devel,v2,07/11] ipa: rkisp1: Add OV5675 tuning file",
            "mbox": "https://patchwork.libcamera.org/patch/16605/mbox/"
        },
        {
            "id": 16606,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16606/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16606/",
            "msgid": "<20220713084317.24268-9-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:14",
            "name": "[libcamera-devel,v2,08/11] ipa: rkisp1: Add \"Windows\" Metering mode to auto focus algorithm",
            "mbox": "https://patchwork.libcamera.org/patch/16606/mbox/"
        },
        {
            "id": 16607,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16607/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16607/",
            "msgid": "<20220713084317.24268-10-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:15",
            "name": "[libcamera-devel,v2,09/11] ipa: af_hill_climb: Skip the first frame after triggering auto focus",
            "mbox": "https://patchwork.libcamera.org/patch/16607/mbox/"
        },
        {
            "id": 16608,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16608/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16608/",
            "msgid": "<20220713084317.24268-11-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:16",
            "name": "[libcamera-devel,v2,10/11] ipa: rkisp1: af: Skip few frames after changing lens position",
            "mbox": "https://patchwork.libcamera.org/patch/16608/mbox/"
        },
        {
            "id": 16609,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16609/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16609/",
            "msgid": "<20220713084317.24268-12-dse@thaumatec.com>",
            "date": "2022-07-13T08:43:17",
            "name": "[libcamera-devel,v2,11/11] ipa: rkisp1: af: Skip one frame after changing the AF window",
            "mbox": "https://patchwork.libcamera.org/patch/16609/mbox/"
        }
    ]
}