优化提交
This commit is contained in:
parent
bec4b9a392
commit
e8673b7115
23913
.gitignore
vendored
23913
.gitignore
vendored
File diff suppressed because it is too large
Load Diff
BIN
Log/OrbbecSDK.log.txt
Normal file
BIN
Log/OrbbecSDK.log.txt
Normal file
Binary file not shown.
BIN
backend/Log/OrbbecSDK.log.txt
Normal file
BIN
backend/Log/OrbbecSDK.log.txt
Normal file
Binary file not shown.
Binary file not shown.
@ -1,41 +0,0 @@
|
||||
[APP]
|
||||
name = Body Balance Evaluation System
|
||||
version = 1.0.0
|
||||
debug = false
|
||||
log_level = INFO
|
||||
|
||||
[SERVER]
|
||||
host = 0.0.0.0
|
||||
port = 5000
|
||||
cors_origins = *
|
||||
|
||||
[DATABASE]
|
||||
path = backend/data/body_balance.db
|
||||
backup_interval = 24
|
||||
max_backups = 7
|
||||
|
||||
[DEVICES]
|
||||
camera_index = 0
|
||||
camera_width = 640
|
||||
camera_height = 480
|
||||
camera_fps = 30
|
||||
imu_port = COM3
|
||||
pressure_port = COM4
|
||||
|
||||
[DETECTION]
|
||||
default_duration = 60
|
||||
sampling_rate = 30
|
||||
balance_threshold = 0.2
|
||||
posture_threshold = 5.0
|
||||
|
||||
[DATA_PROCESSING]
|
||||
filter_window = 5
|
||||
outlier_threshold = 2.0
|
||||
chart_dpi = 300
|
||||
export_format = csv
|
||||
|
||||
[SECURITY]
|
||||
secret_key = 55827ba4bade0523f51434154820c1809de46588877d911e4395d2c235cf5de5
|
||||
session_timeout = 3600
|
||||
max_login_attempts = 5
|
||||
|
||||
@ -172,7 +172,7 @@
|
||||
<div class="body-foot-box">
|
||||
<div class="body-title-display">
|
||||
<div class="body-son-display">
|
||||
<img src="@/assets/new/title3.svg" alt="" style="margin-right: 8px;">
|
||||
<img src="@/assets/detection/title1.png" alt="" style="margin-right: 8px;">
|
||||
<div class="body-posture-text">足部压力</div>
|
||||
</div>
|
||||
<div class="body-son-display">
|
||||
@ -255,7 +255,7 @@
|
||||
<div class="body-userinfo-box">
|
||||
<div class="body-title-display">
|
||||
<div class="body-son-display">
|
||||
<img src="@/assets/new/title4.svg" alt="" style="margin-right: 8px;">
|
||||
<img src="@/assets/detection/title1.png" alt="" style="margin-right: 8px;">
|
||||
<div class="body-posture-text">用户信息</div>
|
||||
</div>
|
||||
<div class="body-son-display"></div>
|
||||
@ -317,7 +317,7 @@
|
||||
<div class="body-video-box">
|
||||
<div class="body-title-display">
|
||||
<div class="body-son-display">
|
||||
<img src="@/assets/new/title5.svg" alt="" style="margin-right: 8px;">
|
||||
<img src="@/assets/detection/title1.png" alt="" style="margin-right: 8px;">
|
||||
<div class="body-posture-text">视频</div>
|
||||
</div>
|
||||
<div class="body-son-display">
|
||||
@ -364,7 +364,7 @@
|
||||
<div class="pop-up-tip-container">
|
||||
<div class="pop-up-tip-header">
|
||||
<div>提示</div>
|
||||
<img src="@/assets/new/u264.svg" alt="" style="cursor: pointer;" @click="handleCancel">
|
||||
<img src="@/assets/detection/close.png" alt="" style="cursor: pointer;" @click="handleCancel">
|
||||
</div>
|
||||
<div class="pop-up-tip-text">本次检测未截图或录像操作,不予存档记录!</div>
|
||||
<div class="tipconfirmbutton-box">
|
||||
@ -387,7 +387,7 @@
|
||||
<div class="pop-up-camera-container">
|
||||
<div class="pop-up-camera-header">
|
||||
<div>相机参数设置</div>
|
||||
<img src="@/assets/new/u264.svg" alt="" style="cursor: pointer;" @click="handleCameraCancel">
|
||||
<img src="@/assets/detection/close.png" alt="" style="cursor: pointer;" @click="handleCameraCancel">
|
||||
</div>
|
||||
<div class="pop-up-camera-body">
|
||||
<div class="pop-up-camera-display">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user