summaryrefslogtreecommitdiff
path: root/utils/tuning/README.rst
diff options
context:
space:
mode:
authorPaul Elder <paul.elder@ideasonboard.com>2022-10-06 20:23:09 +0900
committerPaul Elder <paul.elder@ideasonboard.com>2022-11-25 15:37:22 +0900
commit19dc8c28f63c2dc8842b88c1fd45c999c7171398 (patch)
tree8578d39f3bed43508095f1fc2551c55bf8f65082 /utils/tuning/README.rst
parentcfa748807241bddf0f8bb5f18837d87654437271 (diff)
utils: tuning: libtuning: Implement the core of libtuning
Implement the core of libtuning, our new tuning tool infrastructure. It leverages components from raspberrypi's ctt that could be reused for tuning tools for other platforms. The core components include: - The Image class - libtuning (entry point and other core functions) - macbeth-related tools, including the macbeth reference image - utils Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'utils/tuning/README.rst')
-rw-r--r--utils/tuning/README.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/utils/tuning/README.rst b/utils/tuning/README.rst
new file mode 100644
index 00000000..ce533b2c
--- /dev/null
+++ b/utils/tuning/README.rst
@@ -0,0 +1,11 @@
+.. SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. TODO: Write an overview of libtuning
+
+Dependencies
+------------
+
+- cv2
+- numpy
+- pyexiv2
+- rawpy