diff --git a/frontend/src/renderer/src/views/Detection.vue b/frontend/src/renderer/src/views/Detection.vue index d0bccf91..9ffbc9fe 100644 --- a/frontend/src/renderer/src/views/Detection.vue +++ b/frontend/src/renderer/src/views/Detection.vue @@ -18,7 +18,7 @@ class="start-btn" style="background-image: linear-gradient(to right, rgb(236, 50, 166), rgb(160, 5, 216)); --el-button-border-color: #409EFF; --el-button-border-color: transparent;"> - {{ isConnected ? '开始' : '连接中saveRecording...' }} + {{ isConnected ? '开始' : '连接中...' }} 保存数据 - +
@@ -49,18 +49,19 @@
-
+
身体姿态
+
{{ videoStatus }}
深度相机视频流 + style="width: 100%;height: calc(100% - 10px);object-fit:contain;background:#2C2C2C;">
-
+
-
-
- - 头部姿态 +
+
+
+ + 头部姿态 +
+
{{ imuStatus }}
@@ -115,8 +119,8 @@
- 历史数据.. -
+ 历史数据.. +
@@ -136,16 +140,17 @@
-
+
-
+
足部压力
+
{{ pressureStatus }}
@@ -194,13 +199,12 @@
-
-
+
@@ -276,20 +280,21 @@
-
+
-
+
视频
+
{{ videoStatus }}
+ style="width: 100%;height: calc(100% - 60px);object-fit:contain;background:#2C2C2C;" />
@@ -333,7 +338,7 @@