libcamera/utils/tuning
Stefan Klug 53108b6ff1 utils: tuning: Change Tuner.add() to accept a list of modules
Change the first parameter of Tuner.add() to accept either a list of
modules or a single module. This allows more compact code and is in sync
with Tuner.set_output_order().

Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
2024-08-14 16:22:07 +02:00
..
libtuning utils: tuning: Change Tuner.add() to accept a list of modules 2024-08-14 16:22:07 +02:00
raspberrypi libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
config-example.yaml libtuning: Implement a minimal yaml parser 2024-07-05 22:38:16 +02:00
raspberrypi_alsc_only.py libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
README.rst utils: tuning: Add requirements file and update readme 2024-07-05 12:45:10 +02:00
requirements.txt libtuning: Migrate prints to python logging framework 2024-07-05 22:38:00 +02:00
rkisp1.py utils: tuning: Change Tuner.add() to accept a list of modules 2024-08-14 16:22:07 +02:00

.. 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