REC
Camera Offline Reconnect this device to resume live monitoring.
Activity Logs {#if $appState.activityLog.length === 0}
Awaiting connection...
{:else} {#each $appState.activityLog as log (log.id)}
[{new Date(log.createdAt).toLocaleTimeString()}] {log.type}: {log.message}
{/each} {/if}
Control Plane

Automatic Detection

{$appState.motionDetection.enabled ? 'Armed' : 'Disarmed'}

Foreground browser monitoring.

{$appState.motionDetection.state}

Detector

{$appState.motionDetection.state}

Score

{$appState.motionDetection.score.toFixed(3)}

Debug Overlay

Sample profiles & metrics.

appController.setMotionDetectionDebug(v)} />
{#if !$appState.isMotionActive} {:else} {/if}