readme update

This commit is contained in:
13339479676 2022-01-05 16:44:24 +08:00
parent 628cb5413e
commit a3d8ff6aa5
1 changed files with 36 additions and 1 deletions

View File

@ -176,7 +176,42 @@ python opencv_webcam.py -fsd custom_dir -isasf # 以自动版为例
#### 指令查询
#### :bulb: 设置帧名
```shell
python opencv_webcam.py -isasf -fnp webcam
```
#### :bulb: 设置帧格式
```shell
python opencv_webcam.py -isasf -fss jpg -jq 100
python opencv_webcam.py -isasf -fss png -jq 5
```
#### :bulb: 设置暂停键
```shell
python opencv_webcam.py -p w
```
#### :bulb: 设置保存帧数
```shell
python opencv_webcam.py -isasf -afn 100
```
#### :bulb: 指令查询
```shell
python opencv_webcam.py --help