Show a patch.

GET /api/1.1/patches/28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 28,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/28/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/28/",
    "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": "<20181211140028.25241-2-laurent.pinchart@ideasonboard.com>",
    "date": "2018-12-11T14:00:27",
    "name": "[libcamera-devel,2/3] utils: ipu3: process: Fix typo in output files path",
    "commit_ref": "1ebd2c09f56ea53befc6924b2e3c5137d3aff1a0",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "43acef09da1d2e5b27d7cfb7141f43bfb78b458b",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/28/mbox/",
    "series": [
        {
            "id": 15,
            "url": "https://patchwork.libcamera.org/api/1.1/series/15/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=15",
            "date": "2018-12-11T14:00:26",
            "name": "[libcamera-devel,1/3] utils: ipu3: Abort when sensor or media device isn't found",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/15/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/28/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/28/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<laurent.pinchart@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id EC05060B10\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 11 Dec 2018 14:59:49 +0100 (CET)",
            "from avalon.bb.dnainternet.fi\n\t(dfj612ybrt5fhg77mgycy-3.rev.dnainternet.fi\n\t[IPv6:2001:14ba:21f5:5b00:2e86:4862:ef6a:2804])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 4A7CD564\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 11 Dec 2018 14:59:49 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1544536789;\n\tbh=SuvokrYF2RCmHEC3QNLMVEbgpJQr0zUG7lUc8tGC/Qc=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=Qoi572zIXjwYu6V1YObWo+edzpaU/tjqKqFzoSvqceLNPm44O9H9UPbKiYsnifM4s\n\tsW/lItTVQZkLsCzwpuEVEIcfQHYyktTExBvBCV4GQqSxXYKktetgd4mxhLnvQavgL7\n\tQzZ1Uy9ZYdZ0WAS3OXzl5sF+fAegBp6nsgvncNwU=",
        "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Tue, 11 Dec 2018 16:00:27 +0200",
        "Message-Id": "<20181211140028.25241-2-laurent.pinchart@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.19.2",
        "In-Reply-To": "<20181211140028.25241-1-laurent.pinchart@ideasonboard.com>",
        "References": "<20181211140028.25241-1-laurent.pinchart@ideasonboard.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 2/3] utils: ipu3: process: Fix typo in\n\toutput files path",
        "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": "Tue, 11 Dec 2018 13:59:50 -0000"
    },
    "content": "A typo in the output files path causes the script to attempt to write\nall captured frames to /. Fix it.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n utils/ipu3/ipu3-process.sh | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/utils/ipu3/ipu3-process.sh b/utils/ipu3/ipu3-process.sh\nindex 78a7937fca70..0d1df9435271 100755\n--- a/utils/ipu3/ipu3-process.sh\n+++ b/utils/ipu3/ipu3-process.sh\n@@ -52,7 +52,7 @@ process_frames() {\n \t# Save the main and viewfinder outputs to disk, capture and drop 3A\n \t# statistics. Sleep 500ms between each execution of yavta to keep the\n \t# stdout messages readable.\n-\t$yavta -f $IMGU_OUT_PIXELFORMAT -s $out_size \"-F$ouput_dir/frame-out-#.bin\" \\\n+\t$yavta -f $IMGU_OUT_PIXELFORMAT -s $out_size \"-F$output_dir/frame-out-#.bin\" \\\n \t\t$($mediactl -e \"ipu3-imgu 0 output\") &\n \tsleep 0.5\n \t$yavta -f $IMGU_VF_PIXELFORMAT -s $vf_size \"-F$output_dir/frame-vf-#.bin\" \\\n",
    "prefixes": [
        "libcamera-devel",
        "2/3"
    ]
}