diff --git a/client/src/App.svelte b/client/src/App.svelte index 2dddd53..5af38b2 100644 --- a/client/src/App.svelte +++ b/client/src/App.svelte @@ -8,7 +8,7 @@ import { initializeTelemetry } from './lib/utils/initializeTelemetry' import { onMount } from 'svelte' - let activeApp: App = 'media-player' + let activeApp: App = 'camera' let topics: TelemetryTopics = { doubles: [ 'orientation', diff --git a/client/src/lib/Apps/Camera/Camera.svelte b/client/src/lib/Apps/Camera/Camera.svelte index d743de6..04bc726 100644 --- a/client/src/lib/Apps/Camera/Camera.svelte +++ b/client/src/lib/Apps/Camera/Camera.svelte @@ -6,14 +6,10 @@ class="flex gap-4 w-full py-40 px-10 backdrop-blur-lg justify-center h-full rounded-3xl shadow-md bg-slate-300 bg-opacity-30" >
- +
- +
diff --git a/client/src/lib/Apps/Camera/CameraContainer.svelte b/client/src/lib/Apps/Camera/CameraContainer.svelte index 875d356..279667b 100644 --- a/client/src/lib/Apps/Camera/CameraContainer.svelte +++ b/client/src/lib/Apps/Camera/CameraContainer.svelte @@ -1,13 +1,34 @@ +
- camera feed + +
+ ⠀ +
+
+ +