{% extends "base/liveview.html" %} {% block js %} {{ super() }} {% endblock %} {% block css %} {{ super() }} {% endblock %} {% block right %}

The counter needs to be calibrated to be able to analyze the incoming data. If there are any running applications on the camera, they are paused during the calibration.

The calibration is done in two steps:

  1. The application gathers data. Make sure there are people passing underneath the camera.
  2. The application processes the data. This usually takes 5 to 15 minutes.

To start the calibration, click Start calibration.

To exit the calibration and go to the live view, click Go to live view.

{% endblock %}