readme update
This commit is contained in:
parent
628cb5413e
commit
a3d8ff6aa5
37
README.md
37
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue