This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# OpenCV Webcam Script v0.3
## 创建人:曾逸夫
### 更新走势
### 功能更新
- 加入RTSP功能,可远程连接IP摄像头:`rtsp://username:password@xxx.xxx.xxx`
- 加入自定义帧目录名称
- 加入日志保存功能
- 加入自定义日志名称
- 加入自定义日志写入模式
- 加入脚本参数保存功能(适用于开发版、Jupyter版、docker版)
### BUG修复
- 优化部分代码结构
- 完善部分注释