blob: 89a1d61e62a839b96c33c306c4a2ddf9c935e15e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
|