From 388fe3bcf9ab5e6a5888dd573f590a84c2ac3e93 Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Thu, 6 Jun 2024 11:36:04 +0200 Subject: utils: tuning: Add requirements file and update readme Add a requirements file to ease the installation and use of the tuning scripts. Document that in the readme. No debian packages are provided as rawpy is not packaged as deb. So pip has to be used anyways. Also add pyyaml which was missing in the dependencies. Signed-off-by: Stefan Klug Reviewed-by: Laurent Pinchart Reviewed-by: Paul Elder --- utils/tuning/requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 utils/tuning/requirements.txt (limited to 'utils/tuning/requirements.txt') diff --git a/utils/tuning/requirements.txt b/utils/tuning/requirements.txt new file mode 100644 index 00000000..d1dc589d --- /dev/null +++ b/utils/tuning/requirements.txt @@ -0,0 +1,5 @@ +numpy +opencv-python +py3exiv2 +pyyaml +rawpy -- cgit v1.2.1