diff options
Diffstat (limited to 'utils/tuning/README.rst')
-rw-r--r-- | utils/tuning/README.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/tuning/README.rst b/utils/tuning/README.rst new file mode 100644 index 00000000..89a1d61e --- /dev/null +++ b/utils/tuning/README.rst @@ -0,0 +1,20 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + +libcamera tuning tools +====================== + +.. Note:: The tuning tools are still very much work in progress. If in doubt, + please ask on the mailing list. + +.. todo:: + Write documentation + +Installation of dependencies +---------------------------- + +:: + # Using a venv + python3 -m venv venv + . ./venv/bin/activate + pip3 install -r requirements.txt + |