追加提交
This commit is contained in:
parent
b114ee6e0a
commit
3e3a0aef34
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.
1583
backend/database.py
1583
backend/database.py
File diff suppressed because it is too large
Load Diff
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 = 579012d21afe892d663698a0875c78112bb7e73e949a0d9f591515cd7fce183b
|
|
||||||
session_timeout = 3600
|
|
||||||
max_login_attempts = 5
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user