From 64ea2f012779becf2510321c5a283d3ebc3df160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=80=B8=E4=B9=8B?= Date: Tue, 16 May 2023 19:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E5=BB=BA=E8=AE=AE=E6=98=AF?= =?UTF-8?q?=E4=BD=BF=E7=94=A8LightCam=E9=A1=B9=E7=9B=AE=E7=9A=84=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index cfde87a..456578c 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,8 @@ # SimpleVideoServer +该项目仅仅是LightServer的一个模块,早期单独开源出来。现有功能更加完善的esp32摄像头方案 => [LightCam](https://gitcode.net/qq_26700087/lightcam) +支持摄像头更多设置操作。 + CameraWebServer 的demo使用esp32cam自己提供http服务和视频流,会有较大性能开销。而且需要内网穿透才能外网访问。本项目提供服务端合成视频流的方式,esp32cam只需要不停拍照发送给服务端,服务端处理浏览器查看视频的请求,合成视频流给浏览器。 我们可以把服务端程序部署在公网,便可可以通过这样的方式远程访问。 -- GitLab