Compare commits

...

2 Commits

Author SHA1 Message Date
GuanYuankai acf8fb8c13 删除edge-proxy无用的host模块,避免混淆 2025-10-21 02:00:17 +00:00
GuanYuankai 3a78fe761c 增加opencv的find模块 2025-10-21 01:59:56 +00:00
2 changed files with 6 additions and 5 deletions

View File

@ -13,6 +13,7 @@ find_package(SQLite3 REQUIRED)
find_package(PkgConfig REQUIRED)
pkg_check_modules(GST REQUIRED gstreamer-1.0 gstreamer-app-1.0)
find_package(OpenCV REQUIRED)
# Crow CMake
# Crow 使 Boost Asio

View File

@ -25,11 +25,11 @@ services:
volumes:
- .:/app
ports:
- "8888:8888"
- "9999:9999"
- "502:502"
- "8080:8080"
# ports:
# - "8888:8888"
# - "9999:9999"
# - "502:502"
# - "8080:8080"
dns:
- 8.8.8.8