Camera selection
Select the camera, that is going to be used from the ones below.
{% if devices|length > 0 -%}
{%- else -%}
{% for dev in devices -%}
{% if dev.path == selected.path -%}
{%- else -%}
{%- endif %}
{%- endfor %}
No cameras found. Please plug in a valid camera.
{%- endif %}