opencv_webcam/v03.md

17 lines
264 B
Markdown
Raw Normal View History

2022-01-08 09:00:08 +08:00
# OpenCV Webcam Script v0.3
## 创建人:曾逸夫
### 更新走势
### 功能更新
2022-01-08 16:51:28 +08:00
2022-01-08 16:04:41 +08:00
- 加入rtsp功能比如`rtsp://username:password@xxx.xxx.xxx`
2022-01-08 09:54:23 +08:00
- 加入自定义帧目录名称
2022-01-10 21:11:17 +08:00
- 加入日志保存功能
2022-01-08 09:00:08 +08:00
2022-01-08 16:51:28 +08:00
### BUG修复
2022-01-08 09:00:08 +08:00
2022-01-08 16:51:28 +08:00
- 优化部分代码结构