Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/1073/?format=api
{ "id": 1073, "url": "https://patchwork.libcamera.org/api/1.1/covers/1073/?format=api", "web_url": "https://patchwork.libcamera.org/cover/1073/", "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": "<20190419101839.10337-1-jacopo@jmondi.org>", "date": "2019-04-19T10:18:31", "name": "[libcamera-devel,v7,0/8] libcamera: ipu3: Multiple streams support", "submitter": { "id": 3, "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api", "name": "Jacopo Mondi", "email": "jacopo@jmondi.org" }, "mbox": "https://patchwork.libcamera.org/cover/1073/mbox/", "series": [ { "id": 261, "url": "https://patchwork.libcamera.org/api/1.1/series/261/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=261", "date": "2019-04-19T10:18:31", "name": "libcamera: ipu3: Multiple streams support", "version": 7, "mbox": "https://patchwork.libcamera.org/series/261/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/1073/comments/", "headers": { "Return-Path": "<jacopo@jmondi.org>", "Received": [ "from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net\n\t[217.70.183.199])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id A316760004\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 19 Apr 2019 12:17:51 +0200 (CEST)", "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 1E048FF803;\n\tFri, 19 Apr 2019 10:17:50 +0000 (UTC)" ], "X-Originating-IP": "2.224.242.101", "From": "Jacopo Mondi <jacopo@jmondi.org>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Fri, 19 Apr 2019 12:18:31 +0200", "Message-Id": "<20190419101839.10337-1-jacopo@jmondi.org>", "X-Mailer": "git-send-email 2.21.0", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v7 0/8] libcamera: ipu3: Multiple streams\n\tsupport", "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": "Fri, 19 Apr 2019 10:17:51 -0000" }, "content": "Hello, version 7, which includes comments from Laurent.\nThis version is still based on master and does not include Laurent's patches\nto print a streamConfiguration. Depending on what gets in first, the other\nwill need a reabase.\n\nChangelog here below:\n1/8, 2/8 -> new patches; 1/8 reviewed already, 2/8 is a fix for a recently noted\nsmall issue\n3/8 -> re-introduce active_ flag instead of storing a reference to\napplication provided stream configuration\n4/8 -> round the requested viewfinder sizes to the IPU3 alignment and the\nsensor resolution\n5/8 -> use active_ in place of cfg_\n6/8 -> update commit message, s/ret/error s/status/ret\n7/8 -> update commit message, simplify the request completion handling\n\nI hope we're close to get this in finally.\n\nThanks\n j\n\nJacopo Mondi (8):\n libcamera: stream: Document protected members\n libcamera: camera: Reset basefield to decimal\n libcamera: ipu3: Create camera with 2 streams\n libcamera: ipu3: Use roles in stream configuration\n libcamera: ipu3: Add multiple stream memory management\n libcamera: ipu3: Queue requests for multiple streams\n libcamera: ipu3: Connect viewfinder's BufferReady signal\n [HACK] still capture every 10 frames\n\n src/cam/main.cpp | 46 +++-\n src/libcamera/camera.cpp | 1 +\n src/libcamera/pipeline/ipu3/ipu3.cpp | 371 ++++++++++++++++++++-------\n src/libcamera/stream.cpp | 18 ++\n 4 files changed, 338 insertions(+), 98 deletions(-)\n\n--\n2.21.0" }