{#if loading}
Loading your camera...
{/if}
{#if cameras.length > 1}
{#each cameras as camera}
{camera.label || `Camera ${camera.id}`}
{/each}
{/if}