{% extends "base.html" %} {% block title %}Preview · {{ project.name }}{% endblock %} {% block body %} {% set active_tab = 'preview' %} {% include '_project_tabs.html' %} {% if not files %}
📄
No tuning files yet. Run CTT to generate a tuning to preview.
{% else %}

Live preview test

Restart the camera with the generated tuning and preview it live to judge the result. Uses the tuning matching this Pi's ISP; returning to Capture restores the default tuning.

live tuning preview
Sensor
Resolution
Flips
Exposure
Gain
Colour temp
Lux

Exposure

Biases auto-exposure brighter/darker (active when Auto is on).

Lightbox

%

Measured colour accuracy

● chart · conf chart not detected

Point the camera at a Macbeth chart — the measurement updates automatically while it is detected.

ΔE (CIE2000) per Macbeth patch, measured live through the real ISP with the selected tuning loaded — each bar is the patch's reference colour. The headline colour ΔE removes the overall-brightness offset, like the calibration metric. Absolute values depend on the illuminant, so judge changes under the same light rather than against fixed thresholds.

{% endif %} {% endblock %} {% block scripts %} {% endblock %}