{% extends "base.html" %} {% block title %}Raspberry Pi Camera Tuning Tool{% endblock %} {% block body %}

Raspberry Pi Camera Tuning Tool

A web front end for creating libcamera tuning files for Raspberry Pi camera sensors.

How it works

  1. Create a project — one per sensor or camera module, from the Projects page.
  2. Capture calibration images — Macbeth chart images across a range of colour temperatures and lux levels, flat-field images for lens shading (ALSC), and dark frames for black level. Use the Capture tab with a connected camera, or upload existing DNGs on the Images tab.
  3. Run CTT — generate a tuning file from the captured images.
  4. Inspect and refine — review the generated parameters on the Results tab, and hand-edit values on the Tuning tab.
  5. Preview — capture live images with the new tuning applied and compare against the current default.
  6. MTF — optionally measure lens sharpness with a slanted-edge target; this is independent of the tuning run.
Get started — go to Projects
{% endblock %}