readme update 07
This commit is contained in:
parent
63ba3d0156
commit
edb4314979
|
@ -19,6 +19,7 @@
|
|||
<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>
|
||||
</p>
|
||||
|
||||
|
||||
<h2 align="center">更新走势</h2>
|
||||
|
||||
- `2022-01-24` **⚡ [opencv-webcam-script v0.4 发行版](https://gitee.com/CV_Lab/opencv_webcam/releases/v0.4)正式上线**
|
||||
|
@ -30,9 +31,9 @@
|
|||
- ⚡ [opencv-webcam-script v0.1](./v_change/v01_change.md)
|
||||
|
||||
|
||||
<h2 align="center">项目结构</h2>
|
||||
|
||||
![](https://gitee.com/CV_Lab/img-hub/raw/master/OWS/line.png)
|
||||
|
||||
<h2 align="center">项目结构</h2>
|
||||
|
||||
```
|
||||
.
|
||||
|
@ -63,6 +64,8 @@
|
|||
│ └── requirements.txt # 脚本依赖包
|
||||
```
|
||||
|
||||
|
||||
|
||||
<h2 align="center">安装教程</h2>
|
||||
|
||||
### ✅ 方法一:Linux Shell安装(开发版)
|
||||
|
@ -170,6 +173,8 @@ sudo docker cp ows:/usr/src/app/WebcamFrame /home/用户名 # 举例
|
|||
|
||||
**注:Jupyter版ows程序通过`Ctrl+Enter` 即可运行单元指令**
|
||||
|
||||
|
||||
|
||||
<h2 align="center">使用教程</h2>
|
||||
|
||||
#### 💡 常规调用
|
||||
|
|
Loading…
Reference in New Issue