diff --git a/launch/basestation.launch b/launch/basestation.launch
index 47f7dd691..10679cc71 100644
--- a/launch/basestation.launch
+++ b/launch/basestation.launch
@@ -14,7 +14,8 @@
-
+
+
diff --git a/src/teleoperation/frontend/src/components/MenuButton.vue b/src/teleoperation/frontend/src/components/MenuButton.vue
index 88998202e..5b0c47f68 100644
--- a/src/teleoperation/frontend/src/components/MenuButton.vue
+++ b/src/teleoperation/frontend/src/components/MenuButton.vue
@@ -1,5 +1,5 @@
- {{ name }}
+ {{ name }}
diff --git a/src/teleoperation/gui_chromium.sh b/src/teleoperation/gui_chromium.sh
index 3f5e50061..e83d1c054 100755
--- a/src/teleoperation/gui_chromium.sh
+++ b/src/teleoperation/gui_chromium.sh
@@ -4,4 +4,6 @@
# Chromium currently only supports this when using VA-API hardware acceleration
# It uses the WebCodecs API to decode
# You can easily test if your setup works with this URL: https://w3c.github.io/webcodecs/samples/video-decode-display/
-chromium --enable-features=VaapiVideoDecodeLinuxGL --app=http://localhost:8080
+readonly FLAGS="--enable-features=VaapiVideoDecodeLinuxGL"
+readonly ADDRESS="http://localhost:8080"
+chromium ${FLAGS} --app=${ADDRESS}/$1
diff --git a/src/teleoperation/gui_chromium_cameras.sh b/src/teleoperation/gui_chromium_cameras.sh
new file mode 100755
index 000000000..ef6bade5b
--- /dev/null
+++ b/src/teleoperation/gui_chromium_cameras.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+$(dirname $0)/gui_chromium.sh Cameras
diff --git a/src/teleoperation/gui_chromium_menu.sh b/src/teleoperation/gui_chromium_menu.sh
new file mode 100755
index 000000000..a259fcd1c
--- /dev/null
+++ b/src/teleoperation/gui_chromium_menu.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+$(dirname $0)/gui_chromium.sh