From 261cbf518b04ebdb222575df7dda96982cbbfac6 Mon Sep 17 00:00:00 2001 From: Tian jianyong <11429339@qq.com> Date: Mon, 29 Dec 2025 17:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=8E=A8=E6=B5=81=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yaml | 5 +++-- requirements.txt | 9 +++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/config.yaml b/config.yaml index 4dfaaf1..3cf308f 100644 --- a/config.yaml +++ b/config.yaml @@ -76,9 +76,10 @@ display: stream: - enabled: true # 开启推流功能 + # enabled: true # 开关推流功能 + enabled: false # 开关推流功能 max_retries: 5 # 最大重试次数 - rtmp_url: "rtsp://10.0.0.61/live/video6" + rtmp_url: "rtsp://127.0.0.1/live/video6" ffmpeg: fps: 10 # 推流帧率 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..de2efe4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +pencv-python>=4.8.0 +websockets>=12.0 +pyyaml>=6.0 +pillow>=10.0.0 +numpy>=1.24.0 +psutil>=5.9.0 +requests>=2.31.0 +compreface-sdk>=0.6.0 +screeninfo>=0.8 \ No newline at end of file