Cover Letter Detail
Show a cover letter.
GET /api/covers/710/?format=api
{ "id": 710, "url": "https://patchwork.libcamera.org/api/covers/710/?format=api", "web_url": "https://patchwork.libcamera.org/cover/710/", "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": "" }, "msgid": "<20190311022232.4759-1-niklas.soderlund@ragnatech.se>", "date": "2019-03-11T02:22:28", "name": "[libcamera-devel,v2,0/4] test: camera: Add basic tests for the camera", "submitter": { "id": 5, "url": "https://patchwork.libcamera.org/api/people/5/?format=api", "name": "Niklas Söderlund", "email": "niklas.soderlund@ragnatech.se" }, "mbox": "https://patchwork.libcamera.org/cover/710/mbox/", "series": [ { "id": 204, "url": "https://patchwork.libcamera.org/api/series/204/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=204", "date": "2019-03-11T02:22:28", "name": "test: camera: Add basic tests for the camera", "version": 2, "mbox": "https://patchwork.libcamera.org/series/204/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/710/comments/", "headers": { "Return-Path": "<niklas.soderlund@ragnatech.se>", "Received": [ "from bin-mail-out-06.binero.net (bin-mail-out-06.binero.net\n\t[195.74.38.229])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id BCFD8600F9\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 11 Mar 2019 03:23:06 +0100 (CET)", "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA\n\tid 8d176391-43a4-11e9-985a-005056917f90;\n\tMon, 11 Mar 2019 03:23:02 +0100 (CET)" ], "X-Halon-ID": "8d176391-43a4-11e9-985a-005056917f90", "Authorized-sender": "niklas@soderlund.pp.se", "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Mon, 11 Mar 2019 03:22:28 +0100", "Message-Id": "<20190311022232.4759-1-niklas.soderlund@ragnatech.se>", "X-Mailer": "git-send-email 2.21.0", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v2 0/4] test: camera: Add basic tests for\n\tthe camera", "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": "Mon, 11 Mar 2019 02:23:07 -0000" }, "content": "Hi,\n\nThis series add basic tests for the camera implementation. The tests \ninvolve reading and setting configurations, access control of the state \nmachine and capturing.\n\nAll tests uses the vimc pipeline to allow the tests to run on as many\nplatforms as possible. Down the line this might be expanded to run an\nall cameras detected by libcamera.\n\nNiklas Söderlund (4):\n test: camera: Add read default configuration test\n test: camera: Add setting of configuration test\n test: camera: Add capture test\n test: camera: Add state machine test\n\n test/camera/camera_test.cpp | 74 +++++++\n test/camera/camera_test.h | 35 ++++\n test/camera/capture.cpp | 136 +++++++++++++\n test/camera/configuration_default.cpp | 68 +++++++\n test/camera/configuration_set.cpp | 90 +++++++++\n test/camera/meson.build | 15 ++\n test/camera/statemachine.cpp | 275 ++++++++++++++++++++++++++\n test/meson.build | 1 +\n 8 files changed, 694 insertions(+)\n create mode 100644 test/camera/camera_test.cpp\n create mode 100644 test/camera/camera_test.h\n create mode 100644 test/camera/capture.cpp\n create mode 100644 test/camera/configuration_default.cpp\n create mode 100644 test/camera/configuration_set.cpp\n create mode 100644 test/camera/meson.build\n create mode 100644 test/camera/statemachine.cpp" }