{% trans "Video Camera stream" %}
{% blocktrans %} The live feed below opens in an embedded frame. If the stream does not appear, ensure the Raspberry Pi camera service is running and reachable. {% endblocktrans %}
{% if stream_embed == "mjpeg" %}
{% elif stream_embed == "iframe" %}
{% else %}
{% endif %}
{% blocktrans %} This stream uses a protocol that cannot be embedded in the browser. Use the button below to open it in an external viewer. {% endblocktrans %}