Add a static module class, that can be used to add static data to the tuning file. This is propably not the best solution, but allows us to progress without writing lots of dummy classes for static cases. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> |
||
---|---|---|
.. | ||
libtuning | ||
raspberrypi | ||
config-example.yaml | ||
raspberrypi_alsc_only.py | ||
README.rst | ||
requirements.txt | ||
rkisp1.py |
.. 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