[v2,0/1] First version of the tuning guide
mbox series

Message ID 20240814074013.52693-1-stefan.klug@ideasonboard.com
Headers show
Series
  • First version of the tuning guide
Related show

Message

Stefan Klug Aug. 14, 2024, 7:40 a.m. UTC
Hi all,

as discussed internally here is the first version of the tuning guide.
I don't want to flood the mailing list with images/binary data, so these
are not contained. The overall result can be seen here:
https://libcamera.stefanklug.com/guides/tuning/tuning.html

There is ongoing work in how to integrate that into libcamera without
increasing the size of the repository due to image data. This will be
discussed separately and I'll collect everything when the path is clear.

For now I would be grateful to get some feedback on the overall
structure and possible feedback from native speakers. The whole tuning
process is still work in progress and therefore the guide can not be
considered "done" but something that is sufficient for someone to tune a
sensor. 

Changes in v2:
- Applied changes from review
- Changed from RFC to PATCH. Feel free to add Reviewed-by tags :) The
  actual commit will happen in the (to be created) external tuning guide
  repo.


Best regards,
Stefan

Stefan Klug (1):
  Documentation: Add first version of the tuning-guide

 Documentation/conf.py                  |   4 +-
 Documentation/guides/tuning/tuning.rst | 291 +++++++++++++++++++++++++
 Documentation/index.rst                |   1 +
 Documentation/meson.build              |   1 +
 4 files changed, 295 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/guides/tuning/tuning.rst