{% extends "base.html" %} {% block title %}Results · {{ project.name }}{% endblock %} {% block body %}

Results — {{ project.name }}

Generated tuning files and calibration summary
← Capture Run again
{% if not files %}
📄
No tuning files yet. Run CTT to generate them.
{% else %}

Tuning files

Target · version · algorithm blocks

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.

Previewing ·
live tuning preview
{% endif %} {% endblock %} {% block scripts %} {% endblock %}