readme update

This commit is contained in:
13339479676 2022-01-17 09:22:24 +08:00
parent d1706dfd7a
commit 98ed61c8cd
2 changed files with 2 additions and 23 deletions

View File

@ -10,7 +10,7 @@
<p align="center">
<a href="https://pypi.org/project/opencv-webcam-script/0.3.0/"><img src="https://img.shields.io/badge/PyPi-v0.3.0-brightgreen?logo=pypi" alt="PyPi" /></a>
<a href="https://gitee.com/CV_Lab/opencv_webcam/releases/v0.2"><img src="https://img.shields.io/badge/Releases-v0.2-green" alt="Releases Version" /></a>
<a href="https://gitee.com/CV_Lab/opencv_webcam/releases/v0.3"><img src="https://img.shields.io/badge/Releases-v0.3-green" alt="Releases Version" /></a>
<a href="https://hub.docker.com/r/zengdockerdocker/opencv-webcam-script"><img src="https://img.shields.io/badge/docker-v0.3-blue?logo=docker" alt="Docker" /></a>
<a href="https://gitee.com/CV_Lab/opencv_webcam/blob/master/tutorial.ipynb"><img src="https://img.shields.io/badge/Jupyter-v0.3-orange?logo=jupyter" alt="Jupyter" /></a>
<a href="https://gitee.com/CV_Lab/opencv_webcam/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-GPL--3.0-blue" alt="License" /></a>
@ -20,6 +20,7 @@
<h3 align="center">更新走势</h3>
<hr>
- `2022-01-17` **:zap: [opencv-webcam-script v0.3 发行版](https://gitee.com/CV_Lab/opencv_webcam/releases/v0.3)正式上线**
- `2022-01-17` **:zap: [opencv-webcam-script v0.3 docker版](https://hub.docker.com/r/zengdockerdocker/opencv-webcam-script)正式上线**
- `2022-01-17` **:zap: [opencv-webcam-script v0.3 Jupyter版](https://gitee.com/CV_Lab/opencv_webcam/blob/master/tutorial.ipynb)正式上线**
- `2022-01-16` **:zap: [opencv-webcam-script v0.3.0 PyPi版](https://pypi.org/project/opencv-webcam-script/0.3.0/)正式上线**

22
v03.md
View File

@ -1,22 +0,0 @@
# OpenCV Webcam Script v0.3
## 创建人:曾逸夫
### 更新走势
### 功能更新
- 加入RTSP功能可远程连接IP摄像头`rtsp://username:password@xxx.xxx.xxx`
- 加入自定义帧目录名称
- 加入日志保存功能
- 加入自定义日志名称
- 加入自定义日志写入模式
- 加入脚本参数保存功能适用于开发版、Jupyter版、docker版
### BUG修复
- 优化部分代码结构
- 完善部分注释