Add a static WideDynamicRange entry that gets added by default. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
.. 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