{% extends "base/liveview.html" %} {% block js %} {{ super() }} {% endblock %} {% block css %} {{ super() }} {% endblock %} {% block right %}
{% if config.device.calibration.use_harris == true %}

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.

{% else %}

Take the 4 unique aruco markers you find in the box and place them on the floor. The markers should be placed in a rectangular formation under the camera. They should at least cover the area people will typically walk in.

Click Start calibration to start the process. The calibration process typically takes around 2 minutes.

{% endif %}
{% if config.device.calibration.use_harris == true %}
{% else %}
{% endif %}
{% endblock %} {% block footer %} {% endblock %}